Skip to content

Commit

Permalink
update i18n-tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Dec 28, 2016
1 parent 7d7826e commit bc9490a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ GEM
public_suffix (~> 2.0, >= 2.0.2)
arel (7.1.4)
ast (2.3.0)
autoprefixer-rails (6.5.4)
autoprefixer-rails (6.6.0)
execjs
bcrypt (3.1.11)
bcrypt-ruby (3.1.5)
Expand Down Expand Up @@ -104,7 +104,7 @@ GEM
coffee-script
execjs
json
concurrent-ruby (1.0.3)
concurrent-ruby (1.0.4)
countries (2.0.5)
i18n_data (~> 0.7.0)
money (~> 6.7)
Expand Down Expand Up @@ -158,15 +158,15 @@ GEM
factory_girl_rails (4.8.0)
factory_girl (~> 4.8.0)
railties (>= 3.0.0)
faraday (0.9.2)
faraday (0.10.0)
multipart-post (>= 1.2, < 3)
gherkin (4.0.0)
globalid (0.3.7)
activesupport (>= 4.1.0)
hashie (3.4.6)
highline (1.7.8)
i18n (0.7.0)
i18n-tasks (0.9.6)
i18n-tasks (0.9.8)
activesupport (>= 4.0.2)
ast (>= 2.1.0)
easy_translate (>= 0.5.0)
Expand Down Expand Up @@ -208,11 +208,11 @@ GEM
multi_xml (0.6.0)
multipart-post (2.0.0)
nio4r (1.2.1)
nokogiri (1.6.8.1)
nokogiri (1.7.0)
mini_portile2 (~> 2.1.0)
oauth (0.5.1)
oauth2 (1.2.0)
faraday (>= 0.8, < 0.10)
oauth2 (1.3.0)
faraday (>= 0.8, < 0.11)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
Expand Down Expand Up @@ -271,9 +271,9 @@ GEM
actionpack (~> 5.x)
actionview (~> 5.x)
activesupport (~> 5.x)
rails-dom-testing (2.0.1)
rails-dom-testing (2.0.2)
activesupport (>= 4.2.0, < 6.0)
nokogiri (~> 1.6.0)
nokogiri (~> 1.6)
rails-dummy (0.0.4)
rails
rails-html-sanitizer (1.0.3)
Expand All @@ -292,7 +292,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.1.0)
rainbow (2.2.1)
rake (11.3.0)
request_store (1.3.1)
require_all (1.3.3)
Expand Down Expand Up @@ -392,7 +392,7 @@ DEPENDENCIES
cucumber-rails (~> 1.4.5)
database_cleaner (~> 1.5.3)
factory_girl_rails (~> 4.8.0)
i18n-tasks (~> 0.9.6)
i18n-tasks (~> 0.9.8)
inch (~> 0.7.1)
protected_attributes_continued
pry (~> 0.10.4)
Expand All @@ -410,4 +410,4 @@ DEPENDENCIES
sqlite3 (~> 1.3.12)

BUNDLED WITH
1.13.6
1.13.7
2 changes: 1 addition & 1 deletion socializer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Gem::Specification.new do |spec|
# spec.add_development_dependency("cucumber-rails", "~> 1.4.0")
# spec.add_development_dependency("capybara", "~> 2.5.0")
spec.add_development_dependency("factory_girl_rails", "~> 4.8.0")
spec.add_development_dependency("i18n-tasks", "~> 0.9.6")
spec.add_development_dependency("i18n-tasks", "~> 0.9.8")
spec.add_development_dependency("inch", "~> 0.7.1")
spec.add_development_dependency("shoulda-matchers", "~> 3.1.1")
spec.add_development_dependency("database_cleaner", "~> 1.4.0")
Expand Down

0 comments on commit bc9490a

Please sign in to comment.