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 abdd5e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions spec/test_app_templates/Gemfile.extra
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
gem 'rails-controller-testing'
gem 'rails-i18n', github: 'Shopify/rails-i18n', branch: 'schwad_rails_8'

unless ENV['VIEW_COMPONENT_VERSION'].to_s == ""
gem 'view_component', ENV.fetch('VIEW_COMPONENT_VERSION')
Expand Down

0 comments on commit abdd5e7

Please sign in to comment.