Skip to content

Commit d3fa0da

Browse files
committed
Update dependencies.
1 parent 225f855 commit d3fa0da

3 files changed

Lines changed: 30 additions & 25 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ jobs:
3030

3131
- name: Run the default task
3232
run: bundle exec rake
33+
34+
- uses: actions/upload-artifact@v7
35+
with:
36+
path: pkg/

Gemfile.lock

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,40 +11,41 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
base64 (0.2.0)
15-
bigdecimal (3.1.9)
16-
dotenv (3.1.8)
17-
faraday (2.13.1)
14+
base64 (0.3.0)
15+
bigdecimal (3.3.1)
16+
dotenv (3.2.0)
17+
faraday (2.14.0)
1818
faraday-net_http (>= 2.0, < 3.5)
1919
json
2020
logger
21-
faraday-net_http (3.4.0)
22-
net-http (>= 0.5.0)
21+
faraday-net_http (3.4.2)
22+
net-http (~> 0.5)
2323
hashie (5.0.0)
24-
json (2.11.3)
25-
jwt (2.10.1)
24+
json (2.17.1)
25+
jwt (3.1.2)
2626
base64
2727
logger (1.7.0)
2828
multi_xml (0.7.2)
2929
bigdecimal (~> 3.1)
30-
net-http (0.6.0)
31-
uri
32-
oauth2 (2.0.9)
33-
faraday (>= 0.17.3, < 3.0)
34-
jwt (>= 1.0, < 3.0)
30+
net-http (0.8.0)
31+
uri (>= 0.11.1)
32+
oauth2 (2.0.18)
33+
faraday (>= 0.17.3, < 4.0)
34+
jwt (>= 1.0, < 4.0)
35+
logger (~> 1.2)
3536
multi_xml (~> 0.5)
3637
rack (>= 1.2, < 4)
37-
snaky_hash (~> 2.0)
38-
version_gem (~> 1.1)
39-
rack (3.1.13)
40-
rake (13.2.1)
41-
snaky_hash (2.0.1)
42-
hashie
43-
version_gem (~> 1.1, >= 1.1.1)
44-
thor (1.3.2)
45-
uri (1.0.3)
46-
version_gem (1.1.7)
47-
webrick (1.9.1)
38+
snaky_hash (~> 2.0, >= 2.0.3)
39+
version_gem (~> 1.1, >= 1.1.9)
40+
rack (3.2.4)
41+
rake (13.3.1)
42+
snaky_hash (2.0.3)
43+
hashie (>= 0.1.0, < 6)
44+
version_gem (>= 1.1.8, < 3)
45+
thor (1.4.0)
46+
uri (1.1.1)
47+
version_gem (1.1.9)
48+
webrick (1.9.2)
4849

4950
PLATFORMS
5051
arm64-darwin-22

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22

33
require "bundler/gem_tasks"
4-
task default: %i[]
4+
task default: %i[build]

0 commit comments

Comments
 (0)