Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 31 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ GEM
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
bson (4.1.1)
builder (3.2.2)
builder (3.2.4)
bullet (5.1.0)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.10.0)
Expand Down Expand Up @@ -91,6 +91,7 @@ GEM
tins (~> 1.6.0)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.6)
daemons (1.2.3)
database_cleaner (1.5.3)
debug_inspector (0.0.2)
Expand Down Expand Up @@ -133,7 +134,8 @@ GEM
hashie (3.4.4)
htmlentities (4.3.4)
http_accept_language (2.0.5)
i18n (0.7.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
i18n-js (2.1.2)
i18n
jc-validates_timeliness (3.1.1)
Expand All @@ -147,11 +149,20 @@ GEM
turbolinks
js_regex (1.0.17)
regexp_parser (= 0.3.6)
json (1.8.3)
json (1.8.6)
jwt (1.5.1)
kaminari (0.17.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kaminari (1.2.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.1)
kaminari-activerecord (= 1.2.1)
kaminari-core (= 1.2.1)
kaminari-actionview (1.2.1)
actionview
kaminari-core (= 1.2.1)
kaminari-activerecord (1.2.1)
activerecord
kaminari-core (= 1.2.1)
kaminari-core (1.2.1)
kaminari-mongoid (0.1.2)
kaminari
kgio (2.10.0)
Expand All @@ -161,7 +172,8 @@ GEM
multi_json
launchy (2.4.3)
addressable (~> 2.3)
loofah (2.0.3)
loofah (2.6.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.6.4)
mime-types (>= 1.16, < 4)
Expand All @@ -173,8 +185,8 @@ GEM
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.9.0)
mini_portile2 (2.4.0)
minitest (5.14.1)
mongo (2.2.5)
bson (~> 4.0)
mongoid (5.1.3)
Expand Down Expand Up @@ -209,9 +221,8 @@ GEM
moped
newrelic_rpm (~> 3.11)
newrelic_rpm (3.15.2.317)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
oauth2 (1.1.0)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0, < 1.5.2)
Expand All @@ -230,7 +241,6 @@ GEM
orm_adapter (0.5.0)
parser (2.3.1.2)
ast (~> 2.2)
pkg-config (1.1.7)
powerpack (0.1.1)
pry (0.10.3)
coderay (~> 1.1.0)
Expand All @@ -245,7 +255,7 @@ GEM
railties (>= 3.1, < 5.0)
rabl (0.12.0)
activesupport (>= 2.3.14)
rack (1.6.4)
rack (1.6.13)
rack-contrib (1.4.0)
git-version-bump (~> 0.15)
rack (~> 1.4)
Expand All @@ -266,12 +276,12 @@ GEM
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
Expand Down Expand Up @@ -393,7 +403,7 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (0.19.1)
thread_safe (0.3.5)
thread_safe (0.3.6)
tilt (2.0.5)
timeliness (0.3.8)
tins (1.6.0)
Expand All @@ -403,7 +413,7 @@ GEM
autoprefixer-rails (~> 6.3)
rails (>= 4.0.13, < 5.1.0)
sass-rails (>= 4.0.5, < 6.0.0)
tzinfo (1.2.2)
tzinfo (1.2.7)
thread_safe (~> 0.1)
uglifier (3.0.0)
execjs (>= 0.3.0, < 3)
Expand Down