Skip to content

Commit

Permalink
Update bundler (#50)
Browse files Browse the repository at this point in the history
* update bundler to latest version

* load ruby version from '.ruby-version' file
  • Loading branch information
JuzerShakir authored Sep 20, 2023
1 parent dce6b37 commit aee7b30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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", branch: "main"
gem "rails", "~> 7.0.4", ">= 7.0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@ RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.4.6
2.4.19

0 comments on commit aee7b30

Please sign in to comment.