Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuys committed Oct 17, 2024
1 parent 07c7ca5 commit b8af1b1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

# change to test CI

def next?
File.basename(__FILE__) == "Gemfile.next"
end
Expand All @@ -13,11 +15,7 @@ git_source(:gitlab) { |repo| "https://gitlab.com/#{repo}.git" }
ruby "2.7.8"
gem "rack", "~> 2.2.3"

if next?
gem "rails", "~> 7.0.8.4"
else
gem "rails", "~> 6.0"
end
gem "rails", "~> 7.0.8.4"

gem "puma" # App server
gem "bcrypt", "~> 3.1.7" # encryption
Expand Down

0 comments on commit b8af1b1

Please sign in to comment.