Skip to content

Commit

Permalink
update omniauth to 1.3.2 and rubocop to 0.47.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Jan 18, 2017
1 parent 259f6d7 commit de6dafc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
enumerize (~> 2.0.1)
jquery-rails (~> 4.2.2)
jquery-ui-rails (~> 6.0.1)
omniauth (~> 1.3.1)
omniauth (~> 1.3.2)
omniauth-facebook (~> 4.0.0)
omniauth-identity (~> 1.1.1)
omniauth-linkedin (~> 0.2.0)
Expand Down Expand Up @@ -105,9 +105,10 @@ GEM
execjs
json
concurrent-ruby (1.0.4)
countries (2.0.5)
countries (2.0.6)
i18n_data (~> 0.7.0)
money (~> 6.7)
sixarm_ruby_unaccent (~> 1.1)
unicode_utils (~> 1.4)
country_select (3.0.0)
countries (~> 2.0)
Expand Down Expand Up @@ -217,7 +218,7 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.3.1)
omniauth (1.3.2)
hashie (>= 1.2, < 4)
rack (>= 1.0, < 3)
omniauth-facebook (4.0.0)
Expand Down Expand Up @@ -313,7 +314,7 @@ GEM
rspec-mocks (~> 3.5.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
rubocop (0.47.0)
rubocop (0.47.1)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
Expand Down Expand Up @@ -401,7 +402,7 @@ DEPENDENCIES
rails_best_practices (~> 1.17.0)
rake (~> 12.0.0)
rspec-rails (~> 3.5.2)
rubocop (~> 0.47.0)
rubocop (~> 0.47.1)
rubocop-rspec (~> 1.10.0)
scss_lint (~> 0.52.0)
shoulda-matchers (~> 3.1.1)
Expand Down
4 changes: 2 additions & 2 deletions socializer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("draper", "~> 3.0.0.pre1")
spec.add_dependency("elasticsearch-rails", "~> 0.1.9")
spec.add_dependency("enumerize", "~> 2.0.1")
spec.add_dependency("omniauth", "~> 1.3.1")
spec.add_dependency("omniauth", "~> 1.3.2")
spec.add_dependency("omniauth-identity", "~> 1.1.1")
spec.add_dependency("omniauth-facebook", "~> 4.0.0")
spec.add_dependency("omniauth-linkedin", "~> 0.2.0")
Expand All @@ -55,7 +55,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency("shoulda-matchers", "~> 3.1.1")
spec.add_development_dependency("database_cleaner", "~> 1.4.0")
spec.add_development_dependency("rails_best_practices", "~> 1.17.0")
spec.add_development_dependency("rubocop", "~> 0.47.0")
spec.add_development_dependency("rubocop", "~> 0.47.1")
spec.add_development_dependency("rubocop-rspec", "~> 1.10.0")
spec.add_development_dependency("scss_lint", "~> 0.52.0")
end

0 comments on commit de6dafc

Please sign in to comment.