Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'

# Locking to 1.7.2 to address vulnerability
# 1.8 is not compatible with the version of ruby that is currently deployed
gem 'nokogiri', '= 1.7.2'

# Use honeybadger for exception reporting
gem 'honeybadger'
# Using 2.x due to the version of ruby that is currently deployed
gem 'honeybadger', '~> 2'

group :doc do
# bundle exec rake doc:rails generates the API under doc/api.
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ GEM
multipart-post (>= 1.2, < 3)
globalid (0.3.7)
activesupport (>= 4.1.0)
honeybadger (3.1.2)
honeybadger (2.7.2)
http-cookie (1.0.2)
domain_name (~> 0.5)
i18n (0.8.6)
Expand All @@ -138,7 +138,7 @@ GEM
mail (2.6.4)
mime-types (>= 1.16, < 4)
mime-types (2.99.3)
mini_portile2 (2.2.0)
mini_portile2 (2.1.0)
minitest (5.10.1)
multi_json (1.11.2)
multipart-post (2.0.0)
Expand All @@ -147,8 +147,8 @@ GEM
net-ssh (>= 2.6.5)
net-ssh (4.1.0)
netrc (0.11.0)
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
nokogiri (1.7.2)
mini_portile2 (~> 2.1.0)
orm_adapter (0.5.0)
rack (1.6.5)
rack-test (0.6.3)
Expand Down Expand Up @@ -262,10 +262,11 @@ DEPENDENCIES
devise
devise-guests (~> 0.3)
dlss-capistrano (~> 3.2)
honeybadger
honeybadger (~> 2)
jbuilder (~> 2.0)
jquery-rails
mysql2 (~> 0.3.20)
nokogiri (= 1.7.2)
rails (~> 4.2.8)
rest-client
rspec-rails (~> 3.5, >= 3.5.2)
Expand Down