Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Commit

Permalink
Upgrade gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Mar 18, 2013
1 parent ea4b0ab commit 2f753f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile.devtools
Expand Up @@ -30,6 +30,7 @@ end

group :metrics do
gem 'backports', '~> 3.1', '>= 3.1.1'
gem 'coveralls', '~> 0.6.2'
gem 'flay', '~> 2.1.0'
gem 'flog', '~> 3.2.2'
gem 'reek', '~> 1.3.1', :git => 'https://github.com/troessner/reek.git'
Expand Down Expand Up @@ -57,6 +58,6 @@ end

platform :jruby do
group :jruby do
gem 'jruby-openssl', '~> 0.8.2'
gem 'jruby-openssl', '~> 0.8.5'
end
end

0 comments on commit 2f753f0

Please sign in to comment.