Skip to content

Commit

Permalink
Merge pull request #14 from johnbumgardner/rails-7
Browse files Browse the repository at this point in the history
rails-7
  • Loading branch information
CloCkWeRX authored Jul 13, 2024
2 parents 5551649 + 9158eb7 commit ade1656
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
PATH
remote: .
specs:
acts_as_commentable (6.1.0)
activerecord (>= 6.1, < 7.1)
acts_as_commentable (7.0.0)
activerecord (~> 7.0.0)

GEM
remote: http://rubygems.org/
specs:
activemodel (7.0.4.1)
activesupport (= 7.0.4.1)
activerecord (7.0.4.1)
activemodel (= 7.0.4.1)
activesupport (= 7.0.4.1)
activesupport (7.0.4.1)
activemodel (7.0.5)
activesupport (= 7.0.5)
activerecord (7.0.5)
activemodel (= 7.0.5)
activesupport (= 7.0.5)
activesupport (7.0.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
coderay (1.1.3)
concurrent-ruby (1.1.10)
i18n (1.12.0)
concurrent-ruby (1.2.2)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
mini_portile2 (2.8.1)
minitest (5.17.0)
minitest (5.18.0)
power_assert (2.0.3)
pry (0.14.2)
coderay (~> 1.1)
Expand All @@ -33,7 +33,7 @@ GEM
mini_portile2 (~> 2.8.0)
test-unit (3.5.7)
power_assert
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

PLATFORMS
Expand Down
4 changes: 2 additions & 2 deletions acts_as_commentable.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'acts_as_commentable'
s.version = '6.1.0'
s.version = '7.0.0'

s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=
s.authors = ['Cosmin Radoi, Jack Dempsey, Xelipe, Chris Eppstein']
Expand All @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.summary = 'Plugin/gem that provides comment functionality'
s.license = 'MIT'

s.add_runtime_dependency 'activerecord', '>= 6.1', '< 7.1'
s.add_runtime_dependency 'activerecord', '~> 7.0.0'

s.specification_version = 3 if s.respond_to? :specification_version
end

0 comments on commit ade1656

Please sign in to comment.