Skip to content

Commit

Permalink
Updated ruby to 2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pcantrell committed Jun 9, 2024
1 parent f3cfb2e commit ec337e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Ruby and run bundle install
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.7
ruby-version: 2.7.8
bundler-cache: true

- name: Show Ruby version
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.7
2.7.8
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '2.7.7'
ruby '2.7.8'

gem 'rails', '~> 5.2'

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ DEPENDENCIES
unicorn

RUBY VERSION
ruby 2.7.7p221
ruby 2.7.8p225

BUNDLED WITH
2.1.4

0 comments on commit ec337e5

Please sign in to comment.