Skip to content

Commit 4aed6ea

Browse files
authored
Support rails 8 (#7)
1 parent f05d077 commit 4aed6ea

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
22
remote: .
33
specs:
4-
notion_to_html (1.1.5)
5-
actionview (~> 7, >= 7.0.0)
6-
activesupport (~> 7, >= 7.0.0)
4+
notion_to_html (1.1.6)
5+
actionview (>= 7.0.0)
6+
activesupport (>= 7.0.0)
77
dry-configurable (~> 1.2)
88
notion-ruby-client (~> 1.2.2)
99

lib/notion_to_html/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module NotionToHtml
44
# The current version of the NotionToHtml gem.
5-
VERSION = '1.1.5'
5+
VERSION = '1.1.6'
66
end

notion_to_html.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Gem::Specification.new do |spec|
2222

2323
# Uncomment to register a new dependency of your gem
2424
# spec.add_dependency "example-gem", "~> 1.0"
25-
spec.add_dependency 'actionview', '~> 7', '>= 7.0.0'
26-
spec.add_dependency 'activesupport', '~> 7', '>= 7.0.0'
25+
spec.add_dependency 'actionview', '>= 7.0.0'
26+
spec.add_dependency 'activesupport', '>= 7.0.0'
2727
spec.add_dependency 'dry-configurable', '~> 1.2'
2828
spec.add_dependency 'notion-ruby-client', '~> 1.2.2'
2929

0 commit comments

Comments
 (0)