Skip to content

Commit 3fdbe9c

Browse files
authored
Merge pull request #28 from ruby-jp/dependabot/bundler/uri-1.0.4
Bump uri from 1.0.3 to 1.0.4
2 parents f546034 + 4e41ffc commit 3fdbe9c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ commands:
1818
- run:
1919
name: bundle install
2020
command: |
21-
bundle install --jobs=4 --path vendor/bundle --retry 4 --without development --clean
21+
bundle config set --local path vendor/bundle
22+
bundle config set --local without development
23+
bundle config set --local clean 'true'
24+
bundle install --jobs=4 --retry 4
2225
2326
- run:
2427
name: restore-bundled-with

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ GEM
6969
multi_xml
7070
tzinfo (2.0.6)
7171
concurrent-ruby (~> 1.0)
72-
uri (1.0.3)
72+
uri (1.0.4)
7373
webrick (1.9.1)
7474
webrobots (0.1.2)
7575

0 commit comments

Comments
 (0)