Skip to content

Commit

Permalink
Update trestle dependency to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Aug 15, 2024
1 parent f65388b commit 92c37a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trestle-tinymce.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.require_paths = ["lib"]

spec.add_dependency "trestle", "~> 0.10.0.pre"
spec.add_dependency "trestle", "~> 0.10.0"
spec.add_dependency "tinymce-rails", ">= 5.1", "< 7"

spec.add_development_dependency "rspec-rails"
Expand Down

0 comments on commit 92c37a1

Please sign in to comment.