-
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.
chore: add configurations for rails 7.2, ruby {3.2, 3.3}
- Loading branch information
adi-herwana-nus
committed
Sep 9, 2024
1 parent
789e8fe
commit 27a2b4f
Showing
6 changed files
with
16 additions
and
26 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module SettingsOnRails | ||
VERSION = '0.4.0' | ||
VERSION = '0.4.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ require 'settings_on_rails/version' | |
Gem::Specification.new do |spec| | ||
spec.name = 'settings_on_rails' | ||
spec.version = SettingsOnRails::VERSION | ||
spec.authors = ['Bivan Alzacky Harmanto'] | ||
spec.authors = ['Adi Suryanata Herwana', 'Allen Wang Qiang', 'Bivan Alzacky Harmanto'] | ||
spec.email = ['[email protected]'] | ||
|
||
spec.summary = %q{Model specific Hash Preferences/Settings for Rails.} | ||
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec| | |
spec.require_paths = ["lib"] | ||
|
||
spec.required_ruby_version = '>= 3' | ||
spec.add_dependency 'rails', '>= 6' | ||
spec.add_dependency 'rails', '>= 7' | ||
|
||
spec.add_development_dependency 'sqlite3', '~> 1.7' | ||
spec.add_development_dependency 'bundler', '>= 1.6' | ||
|