Skip to content

Commit

Permalink
Bump version to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt committed Nov 30, 2023
1 parent 6f4df3d commit f2dcb32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANEGLOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Userlist for Ruby on Rails Changelog

## v0.6.2 (2023-11-30)

- Upgrades dependencies

## v0.6.1 (2021-05-14)

- Upgrades dependencies
Expand Down
2 changes: 1 addition & 1 deletion lib/userlist/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Userlist
module Rails
VERSION = '0.6.1'.freeze
VERSION = '0.6.2'.freeze
end
end
2 changes: 1 addition & 1 deletion userlist-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'activesupport', '>= 5.0'
spec.add_dependency 'railties', '>= 5.0'
spec.add_dependency 'userlist', '~> 0.6'
spec.add_dependency 'userlist', '~> 0.8', '>= 0.8.1'

spec.metadata = { 'rubygems_mfa_required' => 'true' }
end

0 comments on commit f2dcb32

Please sign in to comment.