Gemfile.lock in patch_ruby-1.0.0 vs Gemfile.lock in patch_ruby-1.1.0
- old
+ new
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
- patch_ruby (1.0.0.pre)
+ patch_ruby (1.1.0)
json (~> 2.1, >= 2.1.0)
typhoeus (~> 1.0, >= 1.0.1)
GEM
remote: https://rubygems.org/
@@ -13,11 +13,10 @@
coderay (1.1.3)
diff-lcs (1.4.3)
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.13.1)
- jaro_winkler (1.5.4)
json (2.3.1)
method_source (1.0.0)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
@@ -25,13 +24,14 @@
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
- psych (3.1.0)
rainbow (3.0.0)
rake (13.0.1)
+ regexp_parser (1.7.1)
+ rexml (3.2.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.2)
@@ -41,30 +41,33 @@
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
- rubocop (0.66.0)
- jaro_winkler (~> 1.5.1)
+ rubocop (0.88.0)
parallel (~> 1.10)
- parser (>= 2.5, != 2.5.1.1)
- psych (>= 3.1.0)
+ parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
+ regexp_parser (>= 1.7)
+ rexml
+ rubocop-ast (>= 0.1.0, < 1.0)
ruby-progressbar (~> 1.7)
- unicode-display_width (>= 1.4.0, < 1.6)
+ unicode-display_width (>= 1.4.0, < 2.0)
+ rubocop-ast (0.3.0)
+ parser (>= 2.7.1.4)
ruby-progressbar (1.10.1)
typhoeus (1.4.0)
ethon (>= 0.9.0)
- unicode-display_width (1.5.0)
+ unicode-display_width (1.7.0)
PLATFORMS
ruby
DEPENDENCIES
patch_ruby!
pry-byebug
rake (~> 13.0.1)
rspec (~> 3.6, >= 3.6.0)
- rubocop (~> 0.66.0)
+ rubocop
BUNDLED WITH
2.1.4