Skip to content

Commit

Permalink
Don't pin gem versions
Browse files Browse the repository at this point in the history
This isn't necessary unless we have known breakages. Gemfile.lock will
take care of pinning the versions for us.
  • Loading branch information
talsafran committed Mar 7, 2018
1 parent 187df1b commit 5bb8905
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source "https://rubygems.org"

group :test do
gem "fastimage", "~> 2.1.0"
gem "minitest", "~> 5.10.3"
gem "fastimage"
gem "minitest"
gem "rake"
gem "rubocop", "~> 0.50.0"
gem "safe_yaml", "~> 1.0.4"
gem "rubocop"
gem "safe_yaml"
end
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ PLATFORMS
ruby

DEPENDENCIES
fastimage (~> 2.1.0)
minitest (~> 5.10.3)
fastimage
minitest
rake
rubocop (~> 0.50.0)
safe_yaml (~> 1.0.4)
rubocop
safe_yaml

BUNDLED WITH
1.15.4
1.16.1

0 comments on commit 5bb8905

Please sign in to comment.