Skip to content

Commit e108fda

Browse files
committed
gemfile.lock updated to reference xero-ruby 3.6.0
1 parent c9d91f2 commit e108fda

1 file changed

Lines changed: 17 additions & 15 deletions

File tree

Gemfile.lock

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
xero-ruby (3.5.1)
4+
xero-ruby (3.6.0)
55
faraday (~> 1.0, >= 1.0.1)
66
json (~> 2.1, >= 2.1.0)
77
json-jwt (~> 1.5, >= 1.5.2)
@@ -15,12 +15,12 @@ GEM
1515
minitest (>= 5.1)
1616
tzinfo (~> 2.0)
1717
aes_key_wrap (1.1.0)
18-
ast (2.4.1)
18+
ast (2.4.2)
1919
bindata (2.4.10)
2020
byebug (11.1.3)
2121
coderay (1.1.3)
2222
concurrent-ruby (1.1.9)
23-
diff-lcs (1.4.4)
23+
diff-lcs (1.5.0)
2424
faraday (1.9.3)
2525
faraday-em_http (~> 1.0)
2626
faraday-em_synchrony (~> 1.0)
@@ -44,7 +44,7 @@ GEM
4444
faraday-patron (1.0.0)
4545
faraday-rack (1.0.0)
4646
faraday-retry (1.0.3)
47-
i18n (1.9.0)
47+
i18n (1.9.1)
4848
concurrent-ruby (~> 1.0)
4949
jaro_winkler (1.5.4)
5050
json (2.6.1)
@@ -55,31 +55,32 @@ GEM
5555
method_source (1.0.0)
5656
minitest (5.15.0)
5757
multipart-post (2.1.1)
58-
parallel (1.20.1)
59-
parser (2.7.2.0)
58+
parallel (1.21.0)
59+
parser (3.1.0.0)
6060
ast (~> 2.4.1)
6161
pry (0.13.1)
6262
coderay (~> 1.1)
6363
method_source (~> 1.0)
6464
pry-byebug (3.9.0)
6565
byebug (~> 11.0)
6666
pry (~> 0.13.0)
67-
psych (3.2.1)
68-
rainbow (3.0.0)
67+
psych (4.0.3)
68+
stringio
69+
rainbow (3.1.1)
6970
rake (12.3.3)
7071
rspec (3.10.0)
7172
rspec-core (~> 3.10.0)
7273
rspec-expectations (~> 3.10.0)
7374
rspec-mocks (~> 3.10.0)
74-
rspec-core (3.10.0)
75+
rspec-core (3.10.2)
7576
rspec-support (~> 3.10.0)
76-
rspec-expectations (3.10.0)
77+
rspec-expectations (3.10.2)
7778
diff-lcs (>= 1.2.0, < 2.0)
7879
rspec-support (~> 3.10.0)
79-
rspec-mocks (3.10.0)
80+
rspec-mocks (3.10.3)
8081
diff-lcs (>= 1.2.0, < 2.0)
8182
rspec-support (~> 3.10.0)
82-
rspec-support (3.10.0)
83+
rspec-support (3.10.3)
8384
rubocop (0.66.0)
8485
jaro_winkler (~> 1.5.1)
8586
parallel (~> 1.10)
@@ -88,14 +89,15 @@ GEM
8889
rainbow (>= 2.2.2, < 4.0)
8990
ruby-progressbar (~> 1.7)
9091
unicode-display_width (>= 1.4.0, < 1.6)
91-
ruby-progressbar (1.10.1)
92+
ruby-progressbar (1.11.0)
9293
ruby2_keywords (0.0.5)
94+
stringio (3.0.1)
9395
tzinfo (2.0.4)
9496
concurrent-ruby (~> 1.0)
9597
unicode-display_width (1.5.0)
9698

9799
PLATFORMS
98-
ruby
100+
x86_64-darwin-20
99101

100102
DEPENDENCIES
101103
pry-byebug
@@ -105,4 +107,4 @@ DEPENDENCIES
105107
xero-ruby!
106108

107109
BUNDLED WITH
108-
2.2.26
110+
2.2.3

0 commit comments

Comments
 (0)