-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Rails 7.2 and drop support for Rails v6.0, since it reached EOL on June 1st, 2023. * rails 7.1.3.3 → 7.2.1 [changelog](https://github.com/rails/rails/releases/tag/v7.2.1) * actioncable 7.1.3.3 → 7.2.1 [changelog](https://github.com/rails/rails/blob/v7.2.1/actioncable/CHANGELOG.md#rails-721-august-22-2024) * actionmailbox 7.1.3.3 → 7.2.1 [changelog](https://github.com/rails/rails/blob/v7.2.1/actionmailbox/CHANGELOG.md) * actionmailer 7.1.3.3 → 7.2.1 [changelog](https://github.com/rails/rails/blob/v7.2.1/actionmailer/CHANGELOG.md#rails-721-august-22-2024) * actionpack 7.1.3.3 → 7.2.1 [changelog](https://github.com/rails/rails/blob/v7.2.1/actionpack/CHANGELOG.md) * actiontext 7.1.3.3 → 7.2.1 [changelog](https://github.com/rails/rails/blob/v7.2.1/actiontext/CHANGELOG.md) * actionview 7.1.3.3 → 7.2.1 [changelog](https://github.com/rails/rails/blob/v7.2.1/actionview/CHANGELOG.md#rails-721-august-22-2024) * activejob 7.1.3.3 → 7.2.1 [changelog](https://github.com/rails/rails/blob/v7.2.1/activejob/CHANGELOG.md) * activemodel 7.1.3.3 → 7.2.1 [changelog](https://github.com/rails/rails/blob/v7.2.1/activemodel/CHANGELOG.md#rails-721-august-22-2024) * activerecord 7.1.3.3 → 7.2.1 [changelog](https://github.com/rails/rails/blob/v7.2.1/activerecord/CHANGELOG.md) * activestorage 7.1.3.3 → 7.2.1 [changelog](https://github.com/rails/rails/blob/v7.2.1/activestorage/CHANGELOG.md#rails-721-august-22-2024) * activesupport 7.1.3.3 → 7.2.1 [changelog](https://github.com/rails/rails/blob/v7.2.1/activesupport/CHANGELOG.md#rails-721-august-22-2024) * builder 3.2.4 → 3.3.0 [changelog](https://github.com/rails/builder/blob/master/CHANGES) * concurrent-ruby 1.2.3 → 1.3.4 [changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md) * docile 1.4.0 → 1.4.1 [changelog](https://github.com/ms-ati/docile/blob/main/HISTORY.md#v141-may-12-2021) * erubi 1.12.0 → 1.13.0 [changelog](https://github.com/jeremyevans/erubi/blob/master/CHANGELOG) * irb 1.13.1 → 1.14.0 [changelog](https://github.com/ruby/irb/releases) * mini_portile2 2.8.6 → 2.8.7 * minitest 5.23.0 → 5.25.1 [changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) * net-imap 0.4.11 → 0.4.14 [changelog](https://github.com/ruby/net-imap/releases) * nokogiri 1.16.5 → 1.16.7 [changelog](https://nokogiri.org/CHANGELOG.html) * parallel 1.24.0 → 1.26.3 * parser 3.3.1.0 → 3.3.4.2 [changelog](https://github.com/whitequark/parser/blob/v3.3.4.2/CHANGELOG.md) * racc 1.8.0 → 1.8.1 [changelog](https://github.com/ruby/racc/releases) * rack 3.0.11 → 3.1.7 [changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) * railties 7.1.3.3 → 7.2.1 [changelog](https://github.com/rails/rails/blob/v7.2.1/railties/CHANGELOG.md#rails-721-august-22-2024) * rdoc 6.6.3.1 → 6.7.0 [changelog](https://github.com/ruby/rdoc/releases) * reline 0.5.7 → 0.5.9 [changelog](https://github.com/ruby/reline/releases) * rexml 3.2.8 → 3.3.6 [changelog](https://github.com/ruby/rexml/releases/tag/v3.3.6) * rspec-expectations 3.13.0 → 3.13.2 [changelog](https://github.com/rspec/rspec-expectations/blob/v3.13.2/Changelog.md#3132--2024-08-20) * rspec-rails 6.1.2 → 6.1.4 [changelog](https://github.com/rspec/rspec-rails/blob/v6.1.4/Changelog.md) * rubocop 1.63.5 → 1.65.1 [changelog](https://github.com/rubocop/rubocop/releases/tag/v1.65.1) * rubocop-ast 1.31.3 → 1.32.1 [changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md) * rubocop-performance 1.21.0 → 1.21.1 [changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md#1211-2024-06-16) * rubocop-rails 2.25.0 → 2.25.1 [changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) * rubocop-rspec 2.29.2 → 3.0.4 [changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) * simple_form 5.3.0 → 5.3.1 [changelog](https://github.com/heartcombo/simple_form/blob/main/CHANGELOG.md#531) * stringio 3.1.0 → 3.1.1 * zeitwerk 2.6.14 → 2.6.17 [changelog](https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md#2617-29-july-2024)
- Loading branch information
1 parent
bfa4880
commit 86bca6c
Showing
11 changed files
with
68 additions
and
52 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
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
source 'http://rubygems.org' | ||
|
||
gemspec path: '../..' | ||
|
||
group :development, :test do | ||
gem 'psych', '< 4.0.0' | ||
gem 'puma' | ||
gem 'rails', '~> 7.1.0' | ||
gem 'shakapacker', '~> 7.1.0' | ||
gem 'sqlite3', '~> 1.4' | ||
|
||
gem 'formtastic', '~> 5.0' | ||
gem 'nokogiri' | ||
gem 'rspec-rails', '~> 6.0' | ||
gem 'simplecov', require: false | ||
gem 'simple_form', '~> 5.1' | ||
end |
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
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