-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from grosser/grosser/clear
clear out old rubies
- Loading branch information
Showing
10 changed files
with
36 additions
and
363 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,13 @@ Gem::Specification.new 'ar_after_transaction', ARAfterTransaction::VERSION do |s | |
s.email = '[email protected]' | ||
s.homepage = 'http://github.com/grosser/ar_after_transaction' | ||
s.files = `git ls-files lib Readme.md`.split("\n") | ||
s.required_ruby_version = '>= 2.6.0' | ||
s.add_runtime_dependency 'activerecord', '>= 5.2.0', '< 7.2' | ||
s.required_ruby_version = '>= 3.1.0' | ||
s.add_runtime_dependency 'activerecord', '>= 6.1.0', '< 7.2' | ||
s.add_development_dependency 'bump' | ||
s.add_development_dependency 'rails' | ||
s.add_development_dependency 'rake' | ||
s.add_development_dependency 'rspec', '~> 3' | ||
s.add_development_dependency 'sqlite3' | ||
s.add_development_dependency 'sqlite3', '~> 1.0' # avoid 2.0 for now | ||
s.add_development_dependency 'wwtd' | ||
s.license = 'MIT' | ||
end |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.