Skip to content

Commit

Permalink
buymped up version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico committed May 20, 2022
1 parent 642b772 commit 02b3867
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 51 deletions.
67 changes: 24 additions & 43 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,61 +1,42 @@
PATH
remote: .
specs:
omniauth-bn-launcher (0.1.3)
omniauth (~> 1.3, >= 1.3.2)
omniauth-oauth2 (= 1.5.0)
omniauth-bn-launcher (0.1.4)
omniauth (~> 2.1, >= 2.1.0)
omniauth-oauth2 (= 1.7.2)

GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
faraday (0.12.2)
multipart-post (>= 1.2, < 3)
hashie (3.5.7)
jwt (1.5.6)
multi_json (1.13.1)
faraday (2.3.0)
faraday-net_http (~> 2.0)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.3)
hashie (5.0.0)
jwt (2.3.0)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.0.0)
oauth2 (1.4.0)
faraday (>= 0.8, < 0.13)
jwt (~> 1.0)
oauth2 (1.4.9)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.8.1)
hashie (>= 3.4.6, < 3.6.0)
rack (>= 1.6.2, < 3)
omniauth-oauth2 (1.5.0)
oauth2 (~> 1.1)
omniauth (~> 1.2)
omniauth (2.1.0)
hashie (>= 3.4.6)
rack (>= 2.2.3)
rack-protection
omniauth-oauth2 (1.7.2)
oauth2 (~> 1.4)
omniauth (>= 1.9, < 3)
rack (2.2.3)
rack-test (0.8.3)
rack (>= 1.0, < 3)
rake (13.0.1)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
rack-protection (2.2.0)
rack
ruby2_keywords (0.0.5)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.16)
bundler (~> 2.0)
omniauth-bn-launcher!
omniauth-oauth2 (= 1.5.0)
rack-test (~> 0.6, >= 0.6.3)
rake (~> 13.0)
rspec (~> 3.0)

BUNDLED WITH
1.16.2
2 changes: 1 addition & 1 deletion lib/omniauth-bn-launcher/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module OmniAuth
module Bn
module Launcher
VERSION = "0.1.3"
VERSION = "0.1.4"
end
end
end
10 changes: 3 additions & 7 deletions omniauth-bn-launcher.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency 'rack-test', '~> 0.6', '>= 0.6.3'
spec.add_development_dependency 'omniauth-oauth2', '1.5.0'
spec.add_runtime_dependency 'omniauth', '~> 1.3', '>= 1.3.2'
spec.add_runtime_dependency 'omniauth-oauth2', '1.5.0'
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_runtime_dependency 'omniauth', '~> 2.1', '>= 2.1.0'
spec.add_runtime_dependency 'omniauth-oauth2', '1.7.2'
spec.test_files = Dir['spec/**/*.rb']
end

0 comments on commit 02b3867

Please sign in to comment.