Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump i18n from 0.6.0 to 0.8.0 in /default_files/ruby/config #1291

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 default_files/ruby/config/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ gem "htmlentities", "4.3.1"
gem "httparty", "0.8.3"
gem "httpauth", "0.1"
gem "httpclient", "2.2.4"
gem "i18n", "0.6.0"
gem "i18n", "0.8.0"
# Leaving johnson commented out for the time being as it depends
# on the mozilla js engine which I'm having trouble finding an easy
# way to install
Expand Down
5 changes: 2 additions & 3 deletions default_files/ruby/config/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GEM
multi_xml
httpauth (0.1)
httpclient (2.2.4)
i18n (0.6.0)
i18n (0.8.0)
json (1.6.5)
jwt (0.1.4)
json (>= 1.2.4)
Expand All @@ -107,7 +107,6 @@ GEM
json
monster_mash (0.3.0)
typhoeus (>= 0.3.3)
typhoeus (>= 0.3.3)
multi_json (1.1.0)
multi_xml (0.5.1)
multipart-post (1.1.5)
Expand Down Expand Up @@ -233,7 +232,7 @@ DEPENDENCIES
httparty (= 0.8.3)
httpauth (= 0.1)
httpclient (= 2.2.4)
i18n (= 0.6.0)
i18n (= 0.8.0)
json (= 1.6.5)
jwt (= 0.1.4)
libxml-ruby (= 2.8.0)
Expand Down