Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rails_cron/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gemspec

group :development, :test do
gem 'danger'
gem 'i18n-tasks', '~> 1.0'
gem 'i18n-tasks', '~> 1.1'
gem 'reek'
gem 'rspec-rails'
gem 'rubocop-factory_bot'
Expand Down
19 changes: 10 additions & 9 deletions rails_cron/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ GEM
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
erb (5.1.3)
erb (6.0.0)
erubi (1.13.1)
faraday (2.14.0)
faraday-net_http (>= 2.0, < 3.5)
Expand All @@ -168,13 +168,14 @@ GEM
reline
i18n (1.14.7)
concurrent-ruby (~> 1.0)
i18n-tasks (1.0.15)
i18n-tasks (1.1.0)
activesupport (>= 4.0.2)
ast (>= 2.1.0)
erubi
highline (>= 2.0.0)
highline (>= 3.0.0)
i18n
parser (>= 3.2.2.1)
prism
rails-i18n
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.8, >= 1.8.1)
Expand All @@ -184,7 +185,7 @@ GEM
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.15.2)
json (2.16.0)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
Expand All @@ -203,7 +204,7 @@ GEM
net-smtp
marcel (1.1.0)
mini_mime (1.1.5)
minitest (5.26.0)
minitest (5.26.1)
nap (1.1.0)
net-http (0.7.0)
uri
Expand Down Expand Up @@ -309,7 +310,7 @@ GEM
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
regexp_parser (2.11.3)
reline (0.6.2)
reline (0.6.3)
io-console (~> 0.5)
rexml (3.4.4)
rspec-core (3.13.6)
Expand Down Expand Up @@ -393,7 +394,7 @@ GEM
sqlite3 (2.8.0-x86_64-darwin)
sqlite3 (2.8.0-x86_64-linux-gnu)
sqlite3 (2.8.0-x86_64-linux-musl)
stringio (3.1.7)
stringio (3.1.8)
terminal-table (4.0.0)
unicode-display_width (>= 1.1.1, < 4)
thor (1.4.0)
Expand All @@ -404,7 +405,7 @@ GEM
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
uri (1.1.0)
uri (1.1.1)
useragent (0.16.11)
websocket-driver (0.8.0)
base64
Expand All @@ -424,7 +425,7 @@ PLATFORMS

DEPENDENCIES
danger
i18n-tasks (~> 1.0)
i18n-tasks (~> 1.1)
rails_cron!
reek
rspec-rails
Expand Down
Loading