Skip to content

Commit

Permalink
Use equal sign for locked gems
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Sep 15, 2017
1 parent bdbe849 commit e52425d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ source 'https://rubygems.org'

gemspec

gem 'chandler', '0.7.0'
gem 'chandler', '= 0.7.0'
gem 'codeclimate-test-reporter', '~> 1.0'
gem 'mdl', '0.4.0'
gem 'mdl', '= 0.4.0'
gem 'minitest', '~> 5.10'
gem 'overcommit', '0.41.0'
gem 'overcommit', '= 0.41.0'
gem 'pry', git: 'https://github.com/pry/pry'
gem 'rake', '~> 12.1'
gem 'rake-compiler', '~> 1.0'
gem 'rubocop', '0.49.1'
gem 'simplecov', '0.13.0'
gem 'yard', '0.9.9'
gem 'rubocop', '= 0.49.1'
gem 'simplecov', '= 0.13.0'
gem 'yard', '= 0.9.9'

0 comments on commit e52425d

Please sign in to comment.