Skip to content

Commit

Permalink
Relax version restrictions on dev gems
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Mar 10, 2021
1 parent 75383e8 commit e27b167
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -6,9 +6,9 @@ source 'https://rubygems.org'
gemspec

gem 'pry'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.0'
gem 'rake'
gem 'rspec'
gem 'rubocop', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rspec', require: false
gem 'webmock', '~> 3.3.0'
gem 'webmock'
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -90,9 +90,9 @@ PLATFORMS
DEPENDENCIES
infreemation!
pry
rake (~> 13.0)
rspec (~> 3.0)
rake
rspec
rubocop
rubocop-performance
rubocop-rspec
webmock (~> 3.3.0)
webmock

0 comments on commit e27b167

Please sign in to comment.