Skip to content

Commit

Permalink
add support for Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and razumau committed Jan 16, 2025
1 parent 013bda6 commit 82b72e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
steps:
- uses: zendesk/checkout@v3
- uses: zendesk/setup-ruby@v1
Expand Down
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: .
specs:
iron_bank (5.4.1)
csv
faraday (~> 1)
faraday_middleware (~> 1)
nokogiri (~> 1)
Expand All @@ -27,12 +28,13 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
csv (3.3.2)
diff-lcs (1.5.0)
docile (1.4.0)
dotenv (2.8.1)
drb (2.2.0)
ruby2_keywords
factory_bot (6.2.1)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
Expand Down Expand Up @@ -65,11 +67,11 @@ GEM
kwalify (0.7.2)
method_source (1.0.0)
mini_portile2 (2.8.2)
minitest (5.18.0)
minitest (5.25.4)
multipart-post (2.3.0)
mutex_m (0.2.0)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.1)
Expand Down Expand Up @@ -152,4 +154,4 @@ DEPENDENCIES
timecop (~> 0.9)

BUNDLED WITH
2.4.19
2.6.2
1 change: 1 addition & 0 deletions iron_bank.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "csv"
spec.add_dependency "faraday", "~> 1"
spec.add_dependency "faraday_middleware", "~> 1"
spec.add_dependency "nokogiri", "~> 1"
Expand Down

0 comments on commit 82b72e8

Please sign in to comment.