Skip to content

Commit

Permalink
Lock dependency ruby2_keywords to the more open >= 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoremo committed Nov 16, 2023
1 parent 9e2e395 commit 2ab06b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 3.0.26 (2023-11-16)

* Lock dependency `ruby2_keywords` to the more open `>= 0.0.4`

## 3.0.25 (2023-10-30)

* Improve documentation: list validation
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ task :gemspec do
# needs access to ActiveSupport::HashWithIndifferentAccess and expects
# behavior of that as in version 5 of ActiveSupport.
spec.add_dependency 'activesupport', '>= 4.0'
spec.add_dependency 'ruby2_keywords', '0.0.4'
spec.add_dependency 'ruby2_keywords', '>= 0.0.4'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'minitest'
Expand Down

0 comments on commit 2ab06b7

Please sign in to comment.