Skip to content

Commit

Permalink
rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArushC committed Feb 15, 2024
1 parent 754d4c7 commit 092cce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.2.3' # TODO: use file: '.tool-versions' when heroku supports it. (bundler >= 2.5)
ruby "3.2.3" # TODO: use file: '.tool-versions' when heroku supports it. (bundler >= 2.5)

gem "rails", "6.1.7.6"

Expand Down

0 comments on commit 092cce2

Please sign in to comment.