We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1744e commit 56b61beCopy full SHA for 56b61be
Gemfile
@@ -6,9 +6,9 @@ source 'https://rubygems.org'
6
gemspec
7
8
gem 'pry'
9
-gem 'rake', '~> 13.0'
10
-gem 'rspec', '~> 3.0'
+gem 'rake'
+gem 'rspec'
11
gem 'rubocop', require: false
12
gem 'rubocop-performance', require: false
13
gem 'rubocop-rspec', require: false
14
-gem 'webmock', '~> 3.3.0'
+gem 'webmock'
Gemfile.lock
@@ -90,9 +90,9 @@ PLATFORMS
90
DEPENDENCIES
91
infreemation!
92
pry
93
- rake (~> 13.0)
94
- rspec (~> 3.0)
+ rake
+ rspec
95
rubocop
96
rubocop-performance
97
rubocop-rspec
98
- webmock (~> 3.3.0)
+ webmock
0 commit comments