File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ examples/*.sqlite*
10
10
** /* .sqlite *
11
11
log /*
12
12
** /uni_rails.gem
13
- .byebug_history
13
+ .byebug_history
14
+ .ruby-version
Original file line number Diff line number Diff line change 199
199
PLATFORMS
200
200
arm64-darwin-23
201
201
x86_64-darwin-21
202
+ x86_64-darwin-23
202
203
x86_64-linux
203
204
204
205
DEPENDENCIES
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
spec . summary = "A Ruby library to create single-file Rails application"
12
12
spec . homepage = "https://github.com/AlexB52/uni_rails"
13
13
spec . license = "MIT"
14
- spec . required_ruby_version = ">= 2.6 .0"
14
+ spec . required_ruby_version = ">= 3.2 .0"
15
15
16
16
# spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
17
17
You can’t perform that action at this time.
0 commit comments