Skip to content

Commit

Permalink
Ensure use of i18n-tasks ~> 1.0
Browse files Browse the repository at this point in the history
Version 0.9 doesn't work with Rails 8
  • Loading branch information
jcoyne committed Nov 8, 2024
1 parent 8947a8b commit 1d42266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blacklight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "rubocop-capybara"
s.add_development_dependency "rubocop-rspec_rails"
s.add_development_dependency "rubocop-factory_bot"
s.add_development_dependency "i18n-tasks"
s.add_development_dependency "i18n-tasks", '~> 1.0'
s.add_development_dependency "solr_wrapper"
end

0 comments on commit 1d42266

Please sign in to comment.