Skip to content

Commit

Permalink
fix outdated packages from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshk-tw committed Oct 8, 2024
1 parent 3aa2563 commit 02a51f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ source 'https://rubygems.org'
gemspec

group :development, :test do
gem 'rake', '~> 12.3.3'
gem 'rake', '~> 13.2.1'
gem 'pry-byebug'
gem 'rubocop', '~> 0.70'
gem 'rubocop', '~> 1.66.1'
gem 'bundler-audit'
end
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ GEM
bindata
faraday (~> 2.0)
faraday-follow_redirects
language_server-protocol (3.17.0.3)
logger (1.6.1)
method_source (1.1.0)
minitest (5.25.1)
Expand All @@ -69,9 +70,8 @@ GEM
pry (>= 0.13, < 0.15)
racc (1.8.1)
rainbow (3.1.1)
rake (12.3.3)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.8)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -85,23 +85,24 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (0.93.1)
rubocop (1.66.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.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
securerandom (0.3.1)
thor (1.3.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
unicode-display_width (2.6.0)
uri (0.13.1)

PLATFORMS
Expand All @@ -111,9 +112,9 @@ PLATFORMS
DEPENDENCIES
bundler-audit
pry-byebug
rake (~> 12.3.3)
rake (~> 13.2.1)
rspec (~> 3.6, >= 3.6.0)
rubocop (~> 0.70)
rubocop (~> 1.66.1)
xero-ruby!

BUNDLED WITH
Expand Down

0 comments on commit 02a51f3

Please sign in to comment.