Skip to content

Commit

Permalink
update gem versions
Browse files Browse the repository at this point in the history
  • Loading branch information
archanaserver committed Jun 28, 2023
1 parent 3120c29 commit 3aa7e6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ source "https://rubygems.org"
gemspec

group :test do
gem 'rake', '~> 10.1.0'
gem 'minitest', '~> 4.7.4'
gem 'rake', '>= 13.0'
gem 'minitest', '5.18'
gem 'minitest-spec-context'
gem 'mocha', '~> 1.11.0'
gem 'simplecov', '~> 0.11.2'
gem 'simplecov'
end

# for generating i18n files, gettext > 3.0 dropped ruby 1.8 support
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Rake::TestTask.new do |t|
t.libs.push "lib"
t.test_files = Dir.glob('test/**/*_test.rb')
t.verbose = true
t.warning = ENV.key?('RUBY_WARNINGS')
end

namespace :gettext do
Expand Down

0 comments on commit 3aa7e6a

Please sign in to comment.