We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8b741 commit 100bca4Copy full SHA for 100bca4
gemfiles/rails_5_0.gemfile
@@ -6,8 +6,8 @@ gem "rake"
6
gem "mocha", :require => false
7
gem "appraisal"
8
gem "pry"
9
-gem "railties", ">= 5.0.0.beta2", "< 5.1"
10
-gem "actionpack", ">= 5.0.0.beta2", "< 5.1"
11
-gem "activemodel", ">= 5.0.0.beta2", "< 5.1"
+gem "railties", "~> 5.0.0"
+gem "actionpack", "~> 5.0.0"
+gem "activemodel", "~> 5.0.0"
12
13
gemspec :path => "../"
0 commit comments