upgrade dependencies for rails and responders

This commit is contained in:
Lance Carlson
2018-04-17 00:03:12 -04:00
parent 2cf18f99e0
commit 7eccd4e9c6
2 changed files with 82 additions and 73 deletions

View File

@@ -4,7 +4,7 @@ source "https://rubygems.org"
gemspec
gem "rails", "~> 5.1"
gem "rails", "~> 5.2"
gem "omniauth", "~> 1.3"
gem "oauth2"
gem "omniauth-oauth2"
@@ -14,7 +14,7 @@ gem "activemodel-serializers-xml", github: "rails/activemodel-serializers-xml"
gem "rails-controller-testing"
gem "responders", "~> 2.1"
gem "responders", "~> 2.4"
group :test do
gem "omniauth-facebook"