Skip to content

Commit

Permalink
Update all development gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppostma committed Dec 6, 2024
1 parent 8815a6e commit 3f430f6
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 45 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gemspec

group :development, :test do
gem 'rubocop', '~> 0.93.1'
gem 'rubocop', '~> 1.69'

gem 'rspec', '~> 3.9.0'
gem 'rspec', '~> 3.13.0'
gem 'timecop', '~> 0.9.1'
gem 'webmock', '~> 3.4.2'
gem 'webmock', '~> 3.24.0'
end
92 changes: 50 additions & 42 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,54 +7,62 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.5.0)
hashdiff (0.3.7)
parallel (1.19.2)
parser (2.7.2.0)
bigdecimal (3.1.8)
crack (1.0.0)
bigdecimal
rexml
diff-lcs (1.5.1)
hashdiff (1.1.2)
json (2.9.0)
language_server-protocol (3.17.0.3)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
public_suffix (3.0.3)
rainbow (3.0.0)
racc
public_suffix (6.0.1)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (1.8.2)
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.3)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.4)
regexp_parser (2.9.3)
rexml (3.3.9)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.4)
rubocop (0.93.1)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.69.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 0.6.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.8.0)
parser (>= 2.7.1.5)
ruby-progressbar (1.10.1)
safe_yaml (1.0.4)
timecop (0.9.1)
unicode-display_width (1.7.0)
webmock (3.4.2)
addressable (>= 2.3.6)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
timecop (0.9.10)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff
hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
ruby
Expand All @@ -63,10 +71,10 @@ DEPENDENCIES
bundler (~> 2.0)
omnikassa2!
rake (~> 13.0)
rspec (~> 3.9.0)
rubocop (~> 0.93.1)
rspec (~> 3.13.0)
rubocop (~> 1.69)
timecop (~> 0.9.1)
webmock (~> 3.4.2)
webmock (~> 3.24.0)

BUNDLED WITH
2.2.33

0 comments on commit 3f430f6

Please sign in to comment.