Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
langalex committed Jan 18, 2024
1 parent 50df683 commit 583d0c3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changes

# 1.13.0

- add Ruby 3.2 support
- remove Ruby 2.7 support
- add active_support 7.1 support
- remove active_support 6.x support

# 1.12.1

- re-enable aliases when parsing config yaml file
Expand Down
2 changes: 1 addition & 1 deletion couch_potato-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.version = CouchPotato::RSPEC_VERSION
s.platform = Gem::Platform::RUBY

s.add_dependency 'rspec', '~>3.4'
s.add_dependency 'rspec', '~>3.12'
s.add_development_dependency 'rake'
s.add_dependency 'execjs', '~>2.7'

Expand Down
4 changes: 2 additions & 2 deletions lib/couch_potato/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module CouchPotato
VERSION = '1.12.1'.freeze
RSPEC_VERSION = '4.0.2'.freeze
VERSION = '1.13.0'.freeze
RSPEC_VERSION = '4.1.0'.freeze
end

0 comments on commit 583d0c3

Please sign in to comment.