Skip to content

Commit 2b4c757

Browse files
committed
Add support for Ruby 3.2+ only
+ ignore .ruby-version + bundle install
1 parent 73938ed commit 2b4c757

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ examples/*.sqlite*
1010
**/*.sqlite*
1111
log/*
1212
**/uni_rails.gem
13-
.byebug_history
13+
.byebug_history
14+
.ruby-version

Gemfile.lock

+1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ GEM
199199
PLATFORMS
200200
arm64-darwin-23
201201
x86_64-darwin-21
202+
x86_64-darwin-23
202203
x86_64-linux
203204

204205
DEPENDENCIES

uni_rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.summary = "A Ruby library to create single-file Rails application"
1212
spec.homepage = "https://github.com/AlexB52/uni_rails"
1313
spec.license = "MIT"
14-
spec.required_ruby_version = ">= 2.6.0"
14+
spec.required_ruby_version = ">= 3.2.0"
1515

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

0 commit comments

Comments
 (0)