Skip to content

Commit

Permalink
Merge pull request #90 from gobijan/patch-1
Browse files Browse the repository at this point in the history
Update clearance-i18n.gemspec to support latest 2.8
  • Loading branch information
sej3506 authored Sep 3, 2024
2 parents de98fbb + 90110ed commit c425a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clearance-i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Gem::Specification.new do |s|
s.files = Dir['{config,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']
s.test_files = Dir['spec/**/*']

s.add_dependency 'clearance', '>= 1.15', '< 2.7'
s.add_dependency 'clearance', '>= 1.15', '<= 2.8'
s.add_development_dependency 'rspec'
end
1 change: 1 addition & 0 deletions config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ de:
failure_after_update: Bitte geben Sie ein Passwort ein.
failure_when_forbidden: Bitte überprüfen Sie die URL und versuchen
es dann erneut.
failure_when_missing_email: Bitte geben Sie Ihre E-Mail Adresse an.
helpers:
label:
password:
Expand Down

0 comments on commit c425a16

Please sign in to comment.