Skip to content

Commit

Permalink
Merge faebf7c into 4747a73
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 authored Jan 15, 2021
2 parents 4747a73 + faebf7c commit 301e503
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- rubylang/ruby:master-nightly-bionic
gemfile:
- omniauth_1
- omniauth_2
include:
- ruby: rubylang/ruby:master-nightly-bionic
allow_failures: "true"
Expand Down
8 changes: 8 additions & 0 deletions gemfiles/omniauth_2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# Specify your gem's dependencies in pixela.gemspec
gemspec path: "../"

gem "omniauth", "~> 2.0"
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
require "omniauth/chatwork"

OmniAuth.config.logger = Logger.new("/dev/null")
OmniAuth.config.allowed_request_methods = %i[get post]

Dir["#{__dir__}/support/**/*.rb"].each { |f| require f }

Expand Down

0 comments on commit 301e503

Please sign in to comment.