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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ gem 'net-ldap'
gem 'pg'

# Use for translations
gem 'i18n', '0.7.0'
gem 'i18n', '0.8.0'

# Ability for models have a tree structure (hierarchy)
gem 'ancestry'
Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ GEM
hashdiff (0.3.7)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (0.7.0)
i18n (0.8.0)
io-like (0.3.0)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
Expand All @@ -144,7 +144,9 @@ GEM
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mimemagic (0.3.2)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
Expand Down Expand Up @@ -364,7 +366,7 @@ DEPENDENCIES
devise-bootstrap-views
factory_bot_rails
gretel
i18n (= 0.7.0)
i18n (= 0.8.0)
io-like
jbuilder (~> 2.5)
jquery-rails
Expand Down