Skip to content

Commit

Permalink
Merge pull request #209 from tildeio/rails-7.2
Browse files Browse the repository at this point in the history
allow rails 7.2
  • Loading branch information
zvkemp authored Oct 21, 2024
2 parents 0b1b34f + 22d1f8c commit 32a1e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skylight-docs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.files = Dir["{app,config,source,lib}/**/*", "Rakefile", "README.md"]

s.add_dependency "rails", ">=7.0.0","<7.2.0"
s.add_dependency "rails", ">=7.0.0","<7.3.0"
s.add_dependency "kramdown", "~> 2"
s.add_dependency "kramdown-parser-gfm"
s.add_dependency "kramdown-syntax-coderay"
Expand Down

0 comments on commit 32a1e5e

Please sign in to comment.