Skip to content

Commit

Permalink
Upgrading patch level gems.
Browse files Browse the repository at this point in the history
Nokogiri needed a patch level upgrade to fix a vulnerability issue.
Sprockets-rails needed to be restricted due to a Konacha 3.7.0
compatibility issue: jfirebaugh/konacha#216.
  • Loading branch information
Hugo Corbucci committed Dec 20, 2015
1 parent 46fee5a commit 40dc679
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ group :development, :test do
gem 'spring'
gem 'spring-commands-rspec'
gem 'konacha'
gem 'sprockets-rails', '< 3.0.0' # Compatibility issue with Konacha 3.7.0
gem 'guard-konacha-rails'
gem 'poltergeist', require: 'capybara/poltergeist'
gem 'selenium-webdriver'
Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ GEM
rake (~> 10.4)
arel (6.0.3)
arrayfields (4.9.2)
ast (2.1.0)
ast (2.2.0)
astrolabe (1.3.1)
parser (~> 2.2)
autoprefixer-rails (6.1.1)
Expand Down Expand Up @@ -109,9 +109,9 @@ GEM
codeclimate-test-reporter (0.4.8)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
coffee-rails (4.1.0)
coffee-rails (4.1.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
railties (>= 4.0.0, < 5.1.x)
coffee-script (2.4.1)
coffee-script-source
execjs
Expand Down Expand Up @@ -252,7 +252,7 @@ GEM
net-ssh (>= 2.6.5)
net-ssh (2.9.2)
netrc (0.11.0)
nokogiri (1.6.7)
nokogiri (1.6.7.1)
mini_portile2 (~> 2.0.0.rc2)
notiffany (0.0.8)
nenv (~> 0.1)
Expand Down Expand Up @@ -523,6 +523,7 @@ DEPENDENCIES
simplecov
spring
spring-commands-rspec
sprockets-rails (< 3.0.0)
sqlite3
state_machine (= 1.2.0)
terminal-notifier-guard
Expand Down
Binary file removed vendor/cache/ast-2.1.0.gem
Binary file not shown.
Binary file added vendor/cache/ast-2.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/coffee-rails-4.1.0.gem
Binary file not shown.
Binary file added vendor/cache/coffee-rails-4.1.1.gem
Binary file not shown.
Binary file not shown.

0 comments on commit 40dc679

Please sign in to comment.