revert to rails 5.1 for now

This commit is contained in:
Sam
2018-06-07 19:47:53 +10:00
parent 74ced977be
commit d3b8ee761c
2 changed files with 14 additions and 14 deletions

View File

@@ -405,13 +405,13 @@ PLATFORMS
ruby
DEPENDENCIES
actionmailer (~> 5.2)
actionpack (~> 5.2)
actionview (~> 5.2)
actionmailer (~> 5.1)
actionpack (~> 5.1)
actionview (~> 5.1)
active_model_serializers (~> 0.8.3)
activemodel (~> 5.2)
activerecord (~> 5.2)
activesupport (~> 5.2)
activemodel (~> 5.1)
activerecord (~> 5.1)
activesupport (~> 5.1)
annotate
aws-sdk-s3
barber
@@ -479,7 +479,7 @@ DEPENDENCIES
rack-mini-profiler
rack-protection
rails_multisite
railties (~> 5.2)
railties (~> 5.1)
rake
rb-fsevent
rb-inotify (~> 0.9)