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

Commit

Permalink
Updated gem dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry D'Antonio committed Jan 9, 2018
1 parent 1f164bf commit 0165cad
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Gemfile
Expand Up @@ -3,19 +3,17 @@ source 'https://rubygems.org'
gemspec gemspec


group :development do group :development do
gem 'rake', '~> 10.4.2' gem 'rake', '~> 12.3.0'
end end


group :testing do group :testing do
gem 'rspec', '~> 3.3.0' gem 'rspec', '~> 3.7.0'
gem 'simplecov', '~> 0.10.0', platforms: :mri, require: false gem 'simplecov', '~> 0.14.1', platforms: :mri, require: false
gem 'coveralls', '~> 0.8.2', require: false gem 'coveralls', '~> 0.8.21', require: false
gem 'codeclimate-test-reporter', '~> 0.4.7', group: :test, require: nil
end end


group :documentation do group :documentation do
gem 'countloc', '~> 0.4.0', platforms: :mri, require: false gem 'countloc', '~> 0.4.0', platforms: :mri, require: false
gem 'yard', '~> 0.8.7.6', require: false gem 'yard', '~> 0.9.12', require: false
gem 'inch', '~> 0.6.3', platforms: :mri, require: false gem 'redcarpet', '~> 3.4.0', platforms: :mri # understands github markdown
gem 'redcarpet', '~> 3.3.2', platforms: :mri # understands github markdown
end end

0 comments on commit 0165cad

Please sign in to comment.