Skip to content

Commit

Permalink
Bump Ruby dependencies used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Nov 7, 2022
1 parent f4424ac commit fe348d9
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions browserup-proxy-rest-clients/src/test/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
GEM
remote: https://rubygems.org/
specs:
ast (2.4.1)
ast (2.4.2)
byebug (11.1.3)
coderay (1.1.3)
diff-lcs (1.4.4)
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.13.1)
json (2.4.0)
diff-lcs (1.5.0)
ethon (0.16.0)
ffi (>= 1.15.0)
ffi (1.15.5)
json (2.4.1)
method_source (1.0.0)
openapi_client (1.0.0)
json (~> 2.1, >= 2.1.0)
typhoeus (~> 1.0, >= 1.0.1)
parallel (1.20.1)
parser (2.7.2.0)
parallel (1.22.1)
parser (3.1.2.1)
ast (~> 2.4.1)
pry (0.13.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (~> 0.13.0)
rainbow (3.0.0)
rake (13.0.1)
regexp_parser (2.0.0)
rexml (3.2.4)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.0)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.0)
pry (>= 0.13, < 0.15)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.6.0)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.0)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.6.1)
parallel (~> 1.10)
parser (>= 2.7.1.5)
Expand All @@ -48,12 +48,12 @@ GEM
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.3.0)
parser (>= 2.7.1.5)
ruby-progressbar (1.10.1)
rubocop-ast (1.23.0)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
typhoeus (1.4.0)
ethon (>= 0.9.0)
unicode-display_width (1.7.0)
unicode-display_width (1.8.0)

PLATFORMS
ruby
Expand Down

0 comments on commit fe348d9

Please sign in to comment.