forked from activeadmin/arbre
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test against Rails 7.2 (activeadmin#599)
- Loading branch information
Showing
7 changed files
with
371 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -237,4 +237,4 @@ DEPENDENCIES | |
simplecov-cobertura | ||
|
||
BUNDLED WITH | ||
2.5.15 | ||
2.5.17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -236,4 +236,4 @@ DEPENDENCIES | |
simplecov-cobertura | ||
|
||
BUNDLED WITH | ||
2.5.15 | ||
2.5.17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# frozen_string_literal: true | ||
source 'http://rubygems.org' | ||
|
||
gem 'rake' | ||
|
||
group :test do | ||
gem 'rspec' | ||
gem 'simplecov', require: false | ||
gem 'simplecov-cobertura' | ||
gem 'pry' | ||
end | ||
|
||
group :rails do | ||
gem 'rails', '~> 7.1.0' | ||
gem 'rspec-rails' | ||
gem 'combustion' | ||
gem 'capybara' | ||
end | ||
|
||
gemspec path: "../.." |
Oops, something went wrong.