Skip to content

Commit 5c28de8

Browse files
committed
Lock Rake to 12.2.x versions
This is for Ruby 1.9.3 compatibility, which Rake 12.3 no longer has (requiring minimum Ruby 2.0) I18n 1.0 will no longer support 1.9.3, but we need to support it for the time being to not break backwards compatibility
1 parent 29fe565 commit 5c28de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ gemspec
44

55
gem 'mocha'
66
gem 'test_declarative'
7-
gem 'rake'
7+
gem 'rake', '~> 12.2.1'
88
gem 'minitest'

0 commit comments

Comments
 (0)