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
2f2712f6
Commit
2f2712f6
authored
Nov 17, 2017
by
Alex Dusenbery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EDUCATOR-162 | Pin activemodel to 4.2.8 in Gemfile.
parent
be949ce9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
Gemfile
+2
-0
Gemfile.lock
+5
-1
No files found.
Gemfile
View file @
2f2712f6
...
@@ -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 @
2f2712f6
...
@@ -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.1
5.2
1.1
6.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