Skip to content

Commit 5f8ced4

Browse files
committed
Run another update and update Bundler
1 parent bfa6176 commit 5f8ced4

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ addons:
77

88
cache: bundler
99

10-
before_script:
10+
before_install:
11+
- "echo 'gem: --no-document' > ~/.gemrc"
1112
- gem update --system
1213
- gem install bundler
1314

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ GEM
1111
coderay (>= 1.0.0)
1212
erubi (>= 1.0.0)
1313
rack (>= 0.9.0)
14-
browser (2.5.3)
15-
chunky_png (1.3.10)
14+
browser (2.6.1)
15+
chunky_png (1.3.11)
1616
coderay (1.1.2)
1717
coffee-script (2.4.1)
1818
coffee-script-source
@@ -27,24 +27,24 @@ GEM
2727
execjs (2.7.0)
2828
exifr (1.3.6)
2929
ffi (1.11.1)
30-
fspath (3.1.1)
30+
fspath (3.1.2)
3131
highline (2.0.2)
32-
html-pipeline (2.11.0)
32+
html-pipeline (2.11.1)
3333
activesupport (>= 2)
3434
nokogiri (>= 1.4)
3535
i18n (1.6.0)
3636
concurrent-ruby (~> 1.0)
37-
image_optim (0.26.4)
37+
image_optim (0.26.5)
3838
exifr (~> 1.2, >= 1.2.2)
3939
fspath (~> 3.0)
4040
image_size (>= 1.5, < 3)
4141
in_threads (~> 1.3)
4242
progress (~> 3.0, >= 3.0.1)
43-
image_optim_pack (0.5.3)
43+
image_optim_pack (0.5.6)
4444
fspath (>= 2.1, < 4)
4545
image_optim (~> 0.19)
46-
image_size (2.0.1)
47-
in_threads (1.5.2)
46+
image_size (2.0.2)
47+
in_threads (1.5.3)
4848
method_source (0.9.2)
4949
mini_portile2 (2.4.0)
5050
minitest (5.11.3)
@@ -57,7 +57,7 @@ GEM
5757
nokogiri (1.10.3)
5858
mini_portile2 (~> 2.4.0)
5959
options (2.3.2)
60-
progress (3.5.1)
60+
progress (3.5.2)
6161
progress_bar (1.3.0)
6262
highline (>= 1.6, < 3)
6363
options (~> 2.3.0)
@@ -159,8 +159,8 @@ DEPENDENCIES
159159
sinatra-contrib
160160
sprockets
161161
sprockets-helpers
162-
terminal-table
163162
sprockets-sass
163+
terminal-table
164164
thin
165165
thor
166166
tty-pager
@@ -173,4 +173,4 @@ RUBY VERSION
173173
ruby 2.6.3p62
174174

175175
BUNDLED WITH
176-
1.17.3
176+
2.0.2

0 commit comments

Comments
 (0)