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

Update dependent omniauth to latest #47

Merged
merged 3 commits into from
Jun 4, 2022
Merged
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group :development do
end

group :test do
# gem 'coveralls', require: false
gem 'webmock', '~> 3.13'
gem 'rack-test'
gem 'rspec', '~> 3.6.0' # '~> 3.6.0'
gem 'simplecov', require: false
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth-instagram/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module Instagram
VERSION = '1.3.0'.freeze
VERSION = '2.0'.freeze
end
end
4 changes: 2 additions & 2 deletions omniauth-instagram.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.version = OmniAuth::Instagram::VERSION

gem.add_dependency 'omniauth', '~> 1'
gem.add_dependency 'omniauth-oauth2', '~> 1'
gem.add_dependency 'omniauth', '~> 2.0'
gem.add_dependency 'omniauth-oauth2', '~> 1.7'

# s.add_development_dependency 'dotenv', '>= 2.0'
# s.add_development_dependency 'sinatra', '>= 2.0'
Expand Down