21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-28 15:00:50 +02:00

rails-i18n

This commit is contained in:
Colin Darie 2018-05-23 15:08:48 +02:00
parent e210101127
commit 84e62755cf
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
2 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,7 @@ ruby '2.5.1'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.0'
gem 'rails-i18n', '~> 5.1'
# Use mysql as the database for Active Record
gem 'mysql2', '>= 0.4.4', '< 0.6.0'
# Use Puma as the app server

View file

@ -146,6 +146,9 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-i18n (5.1.1)
i18n (>= 0.7, < 2)
railties (>= 5.0, < 6)
railties (5.2.0)
actionpack (= 5.2.0)
activesupport (= 5.2.0)
@ -237,6 +240,7 @@ DEPENDENCIES
mysql2 (>= 0.4.4, < 0.6.0)
puma (~> 3.11)
rails (~> 5.2.0)
rails-i18n (~> 5.1)
rubocop (~> 0.56)
sass-rails (~> 5.0)
selenium-webdriver