Gemfile.lock in patch_ruby-1.9.0 vs Gemfile.lock in patch_ruby-1.10.0
- old
+ new
@@ -1,49 +1,47 @@
PATH
remote: .
specs:
- patch_ruby (1.9.0)
- json (~> 2.1, >= 2.1.0)
+ patch_ruby (1.10.0)
typhoeus (~> 1.0, >= 1.0.1)
GEM
remote: https://rubygems.org/
specs:
- activesupport (6.1.1)
+ activesupport (6.1.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
- ast (2.4.1)
+ ast (2.4.2)
byebug (11.1.3)
coderay (1.1.3)
- concurrent-ruby (1.1.7)
+ concurrent-ruby (1.1.9)
diff-lcs (1.4.3)
ethon (0.14.0)
ffi (>= 1.15.0)
- factory_bot (6.1.0)
+ factory_bot (6.2.0)
activesupport (>= 5.0.0)
ffi (1.15.3)
- i18n (1.8.7)
+ i18n (1.8.10)
concurrent-ruby (~> 1.0)
- json (2.5.1)
+ jaro_winkler (1.5.4)
method_source (1.0.0)
- minitest (5.14.3)
- parallel (1.19.2)
- parser (2.7.1.4)
+ minitest (5.14.4)
+ parallel (1.20.1)
+ parser (3.0.2.0)
ast (~> 2.4.1)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
+ psych (4.0.1)
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)
@@ -53,37 +51,34 @@
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.88.0)
+ rubocop (0.66.0)
+ jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
- parser (>= 2.7.1.1)
+ parser (>= 2.5, != 2.5.1.1)
+ psych (>= 3.1.0)
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, < 2.0)
- rubocop-ast (0.3.0)
- parser (>= 2.7.1.4)
- ruby-progressbar (1.10.1)
+ unicode-display_width (>= 1.4.0, < 1.6)
+ ruby-progressbar (1.11.0)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
- unicode-display_width (1.7.0)
+ unicode-display_width (1.5.0)
zeitwerk (2.4.2)
PLATFORMS
ruby
DEPENDENCIES
- factory_bot
+ factory_bot (~> 6.2)
patch_ruby!
pry-byebug
rake (~> 13.0.1)
rspec (~> 3.6, >= 3.6.0)
- rubocop
+ rubocop (~> 0.66.0)
BUNDLED WITH
2.2.14