Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cs_comments_service
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
cs_comments_service
Commits
9a037f8b
Unverified
Commit
9a037f8b
authored
Nov 20, 2017
by
Alex Dusenbery
Committed by
GitHub
Nov 20, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #252 from edx/EDUCATOR-162
EDUCATOR-162 | Pin activemodel to 4.2.8 in Gemfile.
parents
4b4685df
647a8f92
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
Gemfile
+2
-0
Gemfile.lock
+4
-0
No files found.
Gemfile
View file @
9a037f8b
...
@@ -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
'
...
...
Gemfile.lock
View file @
9a037f8b
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment