Skip to content
Snippets Groups Projects
Commit 864ca22a authored by Alex Reisner's avatar Alex Reisner
Browse files

Specify Rails version correctly.

parent e81a6260
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ group :development, :test do
gem 'bson_ext', platforms: :ruby
gem 'geoip'
gem 'rubyzip'
gem 'rails', '>= 3.2'
gem 'rails', '~> 3.2'
gem 'test-unit' # needed for Ruby >=2.2.0
platforms :jruby do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment