Skip to content

Commit

Permalink
Bump to v2.0.0 in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
szTheory committed Oct 20, 2023
1 parent 0b21f5b commit 2f5bbed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
meta_presenter (1.0.1)
meta_presenter (2.0.0)
actionmailer (>= 6, != 7.0.0)
actionpack (>= 6, != 7.0.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ end

## Requirements

MetaPresenter supports Ruby >= 2.7.5 and ActionPack/ActionMailer >= 6, or >= 7.0.1 for Rails 7 (7.0.0 has a bug)
MetaPresenter supports Ruby >= 3.0.0 and ActionPack/ActionMailer >= 6, or >= 7.0.1 for Rails 7 (7.0.0 has a bug)

## Links

Expand Down
2 changes: 1 addition & 1 deletion meta_presenter.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'meta_presenter'
s.version = '1.0.1'
s.version = '2.0.0'
s.platform = Gem::Platform::RUBY
s.authors = ['szTheory']
s.description = 'Write highly focused and testable view presenter classes for your Rails controllers and actions'
Expand Down

0 comments on commit 2f5bbed

Please sign in to comment.