Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 0 additions & 46 deletions .github/workflows/tests-next.yml

This file was deleted.

15 changes: 1 addition & 14 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
source "https://rubygems.org"

def next?
File.basename(__FILE__) == "Gemfile.next"
end

ruby "3.2.3"

git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"
end

if next?
# using the 7-0-stable branch for the time being until the fix is merged into main
# to make it work with ruby 3.1
# read more about it here: https://github.com/rails/rails/issues/43998,
# and here: https://gist.github.com/claudiug/bdc2fb70b10d19513208c816588aed92
gem "rails", "~> 7.2.0"
else
gem "rails", "~> 7.1.0"
end
gem "rails", "~> 7.2.0"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'

gem "bootstrap-sass", "3.4.1"
Expand Down Expand Up @@ -80,7 +68,6 @@ group :development, :test do
gem "dotenv-rails"
gem "recursive-open-struct"
gem "factory_bot_rails"
gem "next_rails"
end

group :test do
Expand Down
Loading