Skip to content

Commit

Permalink
Bump runger_config from 4.0.0 to 5.0.0 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrunger authored Dec 30, 2023
1 parent 845da9d commit d5375b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.2.2
- name: Set up Ruby 3.3.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.3.0
bundler-cache: true
- run: bin/rubocop
- run: bin/rspec
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

ruby '3.2.2'
ruby '3.3.0'

source 'https://rubygems.org'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GEM
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.4)
bigdecimal (3.1.5)
byebug (11.1.3)
climate_control (1.2.0)
coderay (1.1.3)
Expand Down Expand Up @@ -97,7 +97,7 @@ GEM
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
runger_config (4.0.0)
runger_config (5.0.0)
activesupport (>= 7.1.2)
runger_release_assistant (0.5.0)
activesupport (>= 6, < 8)
Expand Down Expand Up @@ -140,7 +140,7 @@ DEPENDENCIES
simplecov-cobertura

RUBY VERSION
ruby 3.2.2p53
ruby 3.3.0p0

BUNDLED WITH
2.4.13

0 comments on commit d5375b0

Please sign in to comment.