Skip to content

Commit

Permalink
chore(rubocop): Update dependency (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin authored Aug 22, 2024
1 parent 2be5705 commit 3f96ad4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
38 changes: 22 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
lago-ruby-client (1.7.0)
lago-ruby-client (1.9.0)
jwt
openssl

Expand Down Expand Up @@ -32,21 +32,25 @@ GEM
io-console (0.6.0)
irb (1.6.3)
reline (>= 0.3.0)
json (2.7.2)
jwt (2.8.2)
base64
language_server-protocol (3.17.0.3)
minitest (5.19.0)
openssl (3.2.0)
parallel (1.22.1)
parser (3.1.2.0)
parallel (1.26.3)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
public_suffix (5.0.1)
racc (1.8.1)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.3.1)
regexp_parser (2.9.2)
reline (0.3.3)
io-console (~> 0.5)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.6)
strscan
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
Expand All @@ -60,22 +64,24 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubocop (1.28.2)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.1.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.17.0, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.17.0)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
strscan (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
unicode-display_width (2.5.0)
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down
1 change: 1 addition & 0 deletions lib/lago-ruby-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require 'uri'
require 'json'
require 'openssl'
require 'ostruct'
require 'jwt'

require 'lago/version'
Expand Down
3 changes: 1 addition & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

require 'debug'
require 'factory_bot'

require 'lago-ruby-client'

require 'webmock/rspec'
require 'ostruct'

require_relative 'support/fixture_helper'

Expand Down

0 comments on commit 3f96ad4

Please sign in to comment.