Skip to content

Commit

Permalink
Rails 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Oct 4, 2021
1 parent eb81131 commit e695ef5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
31 changes: 15 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
PATH
remote: .
specs:
acts_as_commentable (6.0.0)
activerecord (~> 6.0.0)
acts_as_commentable (6.1.0)
activerecord (~> 6.1.0)

GEM
remote: http://rubygems.org/
specs:
activemodel (6.0.3.7)
activesupport (= 6.0.3.7)
activerecord (6.0.3.7)
activemodel (= 6.0.3.7)
activesupport (= 6.0.3.7)
activesupport (6.0.3.7)
activemodel (6.1.4.1)
activesupport (= 6.1.4.1)
activerecord (6.1.4.1)
activemodel (= 6.1.4.1)
activesupport (= 6.1.4.1)
activesupport (6.1.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
coderay (1.1.3)
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.9)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
Expand All @@ -32,9 +32,8 @@ GEM
sqlite3 (1.4.2)
test-unit (3.4.1)
power_assert
thread_safe (0.3.6)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
zeitwerk (2.4.2)

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.0.0'
s.version = '6.1.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.0.0'
s.add_runtime_dependency 'activerecord', '~> 6.1.0'

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

0 comments on commit e695ef5

Please sign in to comment.