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 f38d8c9 commit feb8576Copy full SHA for feb8576
Gemfile
@@ -11,6 +11,6 @@ platforms :jruby do
11
gem "activerecord-jdbcsqlite3-adapter", ">= 1.3.0.beta2"
12
end
13
14
-version = ENV["RAILS_VERSION"] || "4.0"
+version = ENV["RAILS_VERSION"] || "4.1"
15
16
eval_gemfile File.expand_path("../gemfiles/#{version}.gemfile", __FILE__)
gemfiles/4.0.gemfile
@@ -1,3 +1,3 @@
1
gem "rails", "~> 4.0.0"
2
-gem "mongoid", github: "mongoid/mongoid"
+gem "mongoid", "~> 4.0"
3
gem "devise", "~> 3.0.0"
gemfiles/4.1.gemfile
@@ -1,2 +1,3 @@
-gem "rails", github: "rails/rails"
-gem "devise", github: "plataformatec/devise"
+gem "rails", "~> 4.1.0"
+gem "devise", "~> 3.2"
0 commit comments