Skip to content

Commit

Permalink
update rubocop gem
Browse files Browse the repository at this point in the history
  • Loading branch information
manishT72x committed Jun 21, 2024
1 parent ded44af commit f96069c
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ gemspec
group :development, :test do
gem 'rake', '~> 12.3.3'
gem 'pry-byebug'
gem 'rubocop', '~> 0.66.0'
gem 'rubocop', '~> 0.70'
end
67 changes: 42 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,57 +1,71 @@
PATH
remote: .
specs:
xero-ruby (5.0.0)
xero-ruby (7.0.0)
faraday (>= 2.0, < 3.0)
json (~> 2.1, >= 2.1.0)
json-jwt (~> 1.16, >= 1.16.3)

GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4)
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
aes_key_wrap (1.1.0)
ast (2.4.2)
bindata (2.4.14)
base64 (0.2.0)
bigdecimal (3.1.8)
bindata (2.5.0)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.1.10)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
diff-lcs (1.5.0)
faraday (2.7.1)
drb (2.2.1)
faraday (2.8.1)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-net_http (3.0.2)
i18n (1.12.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
json (2.6.3)
json-jwt (1.16.1)
json (2.7.2)
json-jwt (1.16.6)
activesupport (>= 4.2)
aes_key_wrap
base64
bindata
faraday (~> 2.0)
faraday-follow_redirects
method_source (1.0.0)
minitest (5.16.3)
parallel (1.21.0)
parser (3.1.0.0)
minitest (5.24.0)
mutex_m (0.2.0)
parallel (1.25.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
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.3)
stringio
racc (1.8.0)
rainbow (3.1.1)
rake (12.3.3)
regexp_parser (2.9.2)
rexml (3.3.0)
strscan
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
Expand All @@ -65,20 +79,23 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.3)
rubocop (0.66.0)
jaro_winkler (~> 1.5.1)
rubocop (0.93.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
psych (>= 3.1.0)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.6)
ruby-progressbar (1.11.0)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
stringio (3.0.1)
tzinfo (2.0.5)
strscan (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.5.0)
unicode-display_width (1.8.0)

PLATFORMS
ruby
Expand All @@ -88,8 +105,8 @@ DEPENDENCIES
pry-byebug
rake (~> 12.3.3)
rspec (~> 3.6, >= 3.6.0)
rubocop (~> 0.66.0)
rubocop (~> 0.70)
xero-ruby!

BUNDLED WITH
2.2.3
2.4.22

0 comments on commit f96069c

Please sign in to comment.