Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump minimum version of committee #15

Merged
merged 1 commit into from
Jul 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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