Skip to content

Commit

Permalink
build: use a ruby version github-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienGiboire committed Oct 14, 2021
1 parent 5231430 commit 5f42b5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.0.2
ruby-3.0.0
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.0.2'
ruby '3.0.0'

gem 'rails', '~> 6.1.4', '>= 6.1.4.1'
gem 'sqlite3', '~> 1.4'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.0.2p107
ruby 3.0.0p0

BUNDLED WITH
2.2.23

0 comments on commit 5f42b5d

Please sign in to comment.