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

Specify Rails version correctly.

parent ab624cae
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ group :development, :test do ...@@ -6,7 +6,7 @@ group :development, :test do
gem 'bson_ext', platforms: :ruby gem 'bson_ext', platforms: :ruby
gem 'geoip' gem 'geoip'
gem 'rubyzip' gem 'rubyzip'
gem 'rails', '>= 4.1' gem 'rails', '~> 4.1.13'
gem 'test-unit' # needed for Ruby >=2.2.0 gem 'test-unit' # needed for Ruby >=2.2.0
gem 'byebug', platforms: :mri gem 'byebug', platforms: :mri
...@@ -35,4 +35,4 @@ group :test do ...@@ -35,4 +35,4 @@ group :test do
gem 'jdbc-sqlite3' gem 'jdbc-sqlite3'
gem 'activerecord-jdbcpostgresql-adapter' gem 'activerecord-jdbcpostgresql-adapter'
end end
end end
\ No newline at end of file
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