Skip to content

Commit

Permalink
Bump minimum version of committee
Browse files Browse the repository at this point in the history
  • Loading branch information
willnet committed Jul 15, 2022
1 parent 8eed35f commit f4c497c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ And then execute:

$ bundle

If you use committee prior to 4.4.0, you have to use committee-rails 0.5.x. Please see below.

[0.5 (0-5-stable) documentation](https://github.com/willnet/committee-rails/tree/0-5-stable)

If you use committee prior to 3.0, you have to use committee-rails 0.4.x. Please see below.

[0.4 (0-4-stable) documentation](https://github.com/willnet/committee-rails/tree/0-4-stable)
Expand Down
2 changes: 1 addition & 1 deletion committee-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.add_dependency 'committee', '>= 3.0.0'
spec.add_dependency 'committee', '>= 4.4.0'
spec.add_dependency 'activesupport'
spec.add_dependency 'actionpack'
spec.add_dependency 'railties'
Expand Down
2 changes: 1 addition & 1 deletion lib/committee/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Committee
module Rails
VERSION = "0.5.1"
VERSION = "0.6.0"
end
end

0 comments on commit f4c497c

Please # to comment.