Skip to content

Commit 32b3e23

Browse files
authored
Merge branch 'master' into support-back
2 parents 13abb3f + e29eda1 commit 32b3e23

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.0
1+
2.5.1

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ env:
77
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
88
before_install:
99
- gem update --system
10+
- gem install bundler
1011
script:
1112
- ./build
1213
before_deploy:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruby '2.5.0'
1+
ruby '2.5.1'
22

33
source 'https://rubygems.org'
44

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ GIT
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (5.1.5)
11+
activesupport (5.1.6)
1212
concurrent-ruby (~> 1.0, >= 1.0.2)
13-
i18n (~> 0.7)
13+
i18n (>= 0.7, < 2)
1414
minitest (~> 5.1)
1515
tzinfo (~> 1.1)
1616
addressable (2.5.2)
@@ -97,7 +97,7 @@ DEPENDENCIES
9797
uswds-jekyll!
9898

9999
RUBY VERSION
100-
ruby 2.5.0p0
100+
ruby 2.5.1p57
101101

102102
BUNDLED WITH
103103
1.16.1

0 commit comments

Comments
 (0)