Skip to content

Commit

Permalink
TRST-2078: updated ruby to 3.2.4 and bundler to 2.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyadeliveroo committed Sep 26, 2024
1 parent 9b321c4 commit b615048
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5 # The version of Ruby to use
bundler: 2.5.11
ruby-version: 3.2.4 # The version of Ruby to use
bundler: 2.5.20
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
#env:
# BUNDLE_GEMFILE: ./path/to/Gemfile # Change this to the path to your Gemfile if not in root
Expand Down
2 changes: 1 addition & 1 deletion ravelin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler', '~> 2.5.11'
spec.add_development_dependency 'bundler', '~> 2.5.20'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'webmock', '~> 3.18'
Expand Down

0 comments on commit b615048

Please sign in to comment.