Skip to content

Commit

Permalink
Merge pull request #2 from kristofferek/v0.1.1
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
kristofferek authored Apr 15, 2021
2 parents 255308c + 2ce9f58 commit 90d3641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth-tiktok-oauth2/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OmniAuthTiktokOauth2
VERSION = '0.1.0'
VERSION = '0.1.1'
end
3 changes: 2 additions & 1 deletion omniauth-tiktok-oauth2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ Gem::Specification.new do |gem|
gem.files = `git ls-files`.split("\n")
gem.require_paths = ['lib']

gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.7'
gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.6'
gem.add_runtime_dependency 'oauth2', '~> 1.1'
end

0 comments on commit 90d3641

Please sign in to comment.