Skip to content

Commit

Permalink
chore: update bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
sedubois committed Aug 24, 2023
1 parent 98612b3 commit 3c937bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.2.2
3.2.2
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ DEPENDENCIES
sqlite3 (~> 1.4)

BUNDLED WITH
2.4.16
2.4.19
2 changes: 1 addition & 1 deletion test_app/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.2.2'
ruby file: "../.ruby-version"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.0.0'
Expand Down
2 changes: 1 addition & 1 deletion test_app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,4 @@ RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.4.16
2.4.19

0 comments on commit 3c937bb

Please sign in to comment.