Unverified Commit 9a037f8b by Alex Dusenbery Committed by GitHub

Merge pull request #252 from edx/EDUCATOR-162

EDUCATOR-162 | Pin activemodel to 4.2.8 in Gemfile.
parents 4b4685df 647a8f92
...@@ -16,6 +16,8 @@ gem 'sinatra-param', '~> 1.4' ...@@ -16,6 +16,8 @@ gem 'sinatra-param', '~> 1.4'
gem 'yajl-ruby' gem 'yajl-ruby'
gem 'activemodel', '~> 4.2.8'
gem 'mongoid', '~> 5.0.0' gem 'mongoid', '~> 5.0.0'
gem 'bson', '~> 3.1' gem 'bson', '~> 3.1'
gem 'bson_ext' gem 'bson_ext'
......
...@@ -215,6 +215,7 @@ PLATFORMS ...@@ -215,6 +215,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
activemodel (~> 4.2.8)
bson (~> 3.1) bson (~> 3.1)
bson_ext bson_ext
bundler bundler
...@@ -256,5 +257,8 @@ DEPENDENCIES ...@@ -256,5 +257,8 @@ DEPENDENCIES
will_paginate_mongoid (~> 2.0) will_paginate_mongoid (~> 2.0)
yajl-ruby yajl-ruby
RUBY VERSION
ruby 2.4.1p111
BUNDLED WITH BUNDLED WITH
1.16.0 1.16.0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment