Skip to content

Commit

Permalink
update bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeIwaki committed Jan 1, 2022
1 parent 0622a45 commit 97a9e65
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -5,7 +5,7 @@ rspec_chrome_job: &rspec_chrome_job
- browser-tools/install-chrome
- checkout
- run:
command: gem install bundler:2.2.3 && bundle install
command: gem install bundler:2.3.4 && bundle install
- run:
name: rspec
command: |
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
command: apk add build-base chromium git
- checkout
- run:
command: gem install bundler:2.2.3 && bundle install
command: gem install bundler:2.3.4 && bundle install
- run:
name: rspec
command: |
Expand All @@ -64,7 +64,7 @@ jobs:
steps:
- checkout
- run:
command: gem install bundler:2.2.3 && bundle install
command: gem install bundler:2.3.4 && bundle install
- run:
name: install firefox-dev
command: |
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
steps:
- checkout
- run:
command: gem install bundler:2.2.3 && bundle install
command: gem install bundler:2.3.4 && bundle install
- run:
name: install firefox-dev
command: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
gem uninstall bundler
gem install bundler -v 2.2.3
gem install bundler -v 2.3.4
bundle install
- name: Deploy Configuration
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows_check.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install dependencies
run: |
gem uninstall bundler
gem install bundler -v 2.2.3
gem install bundler -v 2.3.4
bundle install
- uses: browser-actions/setup-edge@latest
- name: Check example
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
gem uninstall bundler
gem install bundler -v 2.2.3
gem install bundler -v 2.3.4
bundle install
- uses: browser-actions/setup-chrome@latest
- name: Check example
Expand Down
2 changes: 1 addition & 1 deletion puppeteer-ruby.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'concurrent-ruby', '~> 1.1.0'
spec.add_dependency 'websocket-driver', '>= 0.6.0'
spec.add_dependency 'mime-types', '>= 3.0'
spec.add_development_dependency 'bundler', '~> 2.2.3'
spec.add_development_dependency 'bundler', '~> 2.3.4'
spec.add_development_dependency 'chunky_png'
spec.add_development_dependency 'dry-inflector'
spec.add_development_dependency 'pry-byebug'
Expand Down

0 comments on commit 97a9e65

Please sign in to comment.