Update rails-i18n to 0.6.2
This commit is contained in:
parent
987c52f53e
commit
e3a6b8183f
2 changed files with 10 additions and 10 deletions
2
Gemfile
2
Gemfile
|
@ -11,7 +11,7 @@ gem 'pg'
|
|||
gem 'jquery-rails'
|
||||
|
||||
# Load rails plugins
|
||||
gem 'rails-i18n', ">= 0.5.2"
|
||||
gem 'rails-i18n', ">= 0.6.2"
|
||||
gem 'dynamic_form'
|
||||
gem 'rinku', '>= 1.2.2', :require => 'rails_rinku'
|
||||
gem 'oauth-plugin', '>= 0.4.0.pre7'
|
||||
|
|
18
Gemfile.lock
18
Gemfile.lock
|
@ -40,7 +40,7 @@ GEM
|
|||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.2.0)
|
||||
composite_primary_keys (5.0.2)
|
||||
composite_primary_keys (5.0.4)
|
||||
activerecord (~> 3.2.0)
|
||||
deadlock_retry (1.2.0)
|
||||
dynamic_form (1.1.4)
|
||||
|
@ -61,16 +61,16 @@ GEM
|
|||
jquery-rails (2.0.1)
|
||||
railties (>= 3.2.0, < 5.0)
|
||||
thor (~> 0.14)
|
||||
json (1.6.5)
|
||||
json (1.6.6)
|
||||
libv8 (3.3.10.4)
|
||||
libxml-ruby (2.2.2)
|
||||
libxml-ruby (2.3.2)
|
||||
mail (2.4.4)
|
||||
i18n (>= 0.4.0)
|
||||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
memcached (1.4.1)
|
||||
mime-types (1.17.2)
|
||||
multi_json (1.1.0)
|
||||
mime-types (1.18)
|
||||
multi_json (1.2.0)
|
||||
multipart-post (1.1.5)
|
||||
nokogiri (1.5.2)
|
||||
oauth (0.4.5)
|
||||
|
@ -109,7 +109,7 @@ GEM
|
|||
activesupport (= 3.2.2)
|
||||
bundler (~> 1.0)
|
||||
railties (= 3.2.2)
|
||||
rails-i18n (0.5.2)
|
||||
rails-i18n (0.6.2)
|
||||
i18n (~> 0.5)
|
||||
railties (3.2.2)
|
||||
actionpack (= 3.2.2)
|
||||
|
@ -127,7 +127,7 @@ GEM
|
|||
sanitize (2.0.3)
|
||||
nokogiri (>= 1.4.4, < 1.6)
|
||||
sass (3.1.15)
|
||||
sass-rails (3.2.4)
|
||||
sass-rails (3.2.5)
|
||||
railties (~> 3.2.0)
|
||||
sass (>= 3.1.10)
|
||||
tilt (~> 1.3)
|
||||
|
@ -144,7 +144,7 @@ GEM
|
|||
polyglot
|
||||
polyglot (>= 0.3.1)
|
||||
tzinfo (0.3.32)
|
||||
uglifier (1.2.3)
|
||||
uglifier (1.2.4)
|
||||
execjs (>= 0.3.0)
|
||||
multi_json (>= 1.0.2)
|
||||
validates_email_format_of (1.5.3)
|
||||
|
@ -170,7 +170,7 @@ DEPENDENCIES
|
|||
paperclip (~> 2.0)
|
||||
pg
|
||||
rails (= 3.2.2)
|
||||
rails-i18n (>= 0.5.2)
|
||||
rails-i18n (>= 0.6.2)
|
||||
redcarpet
|
||||
rinku (>= 1.2.2)
|
||||
sanitize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue