Skip to content

Commit

Permalink
Add support for Ruby 3.2+ only
Browse files Browse the repository at this point in the history
  + ignore .ruby-version
  + bundle install
  • Loading branch information
AlexB52 committed Aug 21, 2024
1 parent 73938ed commit 2b4c757
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ examples/*.sqlite*
**/*.sqlite*
log/*
**/uni_rails.gem
.byebug_history
.byebug_history
.ruby-version
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ GEM
PLATFORMS
arm64-darwin-23
x86_64-darwin-21
x86_64-darwin-23
x86_64-linux

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion uni_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = "A Ruby library to create single-file Rails application"
spec.homepage = "https://github.com/AlexB52/uni_rails"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.6.0"
spec.required_ruby_version = ">= 3.2.0"

# spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"

Expand Down

0 comments on commit 2b4c757

Please sign in to comment.