Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated Gemfile so heckle is inside the platform guard
* Updated missing versions and resorted the gems in the listing alphabetically
  • Loading branch information
dkubb committed Jan 12, 2012
1 parent 5bde03a commit 41062cc
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions Gemfile
Expand Up @@ -3,18 +3,17 @@ source :rubygems
gemspec

group :metrics do
gem 'flay', '~> 1.4.2'
gem 'flog', '~> 2.5.1'
gem 'heckle', '~> 1.4.3'
gem 'reek', '~> 1.2.8', :git => 'git://github.com/dkubb/reek.git'
gem 'roodi', '~> 2.1.0'
gem 'ruby2ruby', '= 1.2.2'
gem 'yardstick', '~> 0.4.0'
gem 'fattr'
gem 'arrayfields'
gem 'map'
gem 'fattr', '~> 2.2.0'
gem 'arrayfields', '~> 4.7.4'
gem 'flay', '~> 1.4.2'
gem 'flog', '~> 2.5.1'
gem 'map', '~> 5.2.0'
gem 'reek', '~> 1.2.8', :git => 'git://github.com/dkubb/reek.git'
gem 'roodi', '~> 2.1.0'
gem 'yardstick', '~> 0.4.0'

platforms :mri_18 do
gem 'heckle', '~> 1.4.3'
gem 'json', '~> 1.6.4'
gem 'metric_fu', '~> 2.1.1'
gem 'mspec', '~> 1.5.17'
Expand Down

0 comments on commit 41062cc

Please sign in to comment.