Skip to content

Commit

Permalink
Updated bundler, workflow, and backtracked some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Agroang committed Jan 31, 2025
1 parent 8bc7c87 commit 4e896db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.3
ruby-version: 3.4.1
- name: Run the default task
run: |
gem install bundler -v 2.2.3
bundle install
bundle exec rake
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
omni_exchange (2.1.0)
faraday (~> 2.12)
faraday (~> 2)
money (~> 6.13.1)

GEM
Expand Down Expand Up @@ -81,4 +81,4 @@ DEPENDENCIES
vcr

BUNDLED WITH
2.3.9
2.6.3
2 changes: 1 addition & 1 deletion omni_exchange.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'faraday', '~> 2.12'
spec.add_dependency 'faraday', '~> 2'
spec.add_dependency 'money', '~> 6.13.1'

spec.add_development_dependency 'dotenv'
Expand Down

0 comments on commit 4e896db

Please sign in to comment.