mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-17 01:36:31 +01:00
Bump i18n-tasks from 0.9.37 to 1.0.8
Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 0.9.37 to 1.0.8. - [Release notes](https://github.com/glebm/i18n-tasks/releases) - [Changelog](https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md) - [Commits](https://github.com/glebm/i18n-tasks/compare/v0.9.37...v1.0.8) --- updated-dependencies: - dependency-name: i18n-tasks dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9b0a47faa3
commit
21c5371116
2 changed files with 20 additions and 9 deletions
4
Gemfile
4
Gemfile
|
|
@ -34,7 +34,7 @@ gem 'therubyracer', group: :therubyracer
|
|||
# Use --without <group> argument to skip unnecessary drivers
|
||||
gem 'sqlite3', group: :sqlite
|
||||
gem 'mysql2', '~> 0.5.3', group: :mysql
|
||||
gem 'pg', '~> 1.3.4', group: :postgresql
|
||||
gem 'pg', '~> 1.3.5', group: :postgresql
|
||||
|
||||
group :development do
|
||||
gem 'spring'
|
||||
|
|
@ -46,7 +46,7 @@ group :development do
|
|||
gem 'rack-mini-profiler'
|
||||
gem 'solargraph'
|
||||
|
||||
gem 'i18n-tasks', '~> 0.9.37'
|
||||
gem 'i18n-tasks', '~> 1.0.8'
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue