Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f9901b

Browse files
Master improve bundle (#81)
* Upgrading bundle to its latest version
1 parent a9a3978 commit 3f9901b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: ruby
22
rvm:
3-
- 2.3.3
4-
before_install:
5-
- bundle update listen
3+
- 2.4.5
64
install:
75
- bundle install --jobs=3 --retry=3 --full-index --deployment
86
script:

Gemfile.lock

+3-2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ GEM
6565
kramdown (1.17.0)
6666
liquid (4.0.1)
6767
listen (3.1.5)
68+
rb-fsevent (~> 0.9, >= 0.9.4)
6869
rb-inotify (~> 0.9, >= 0.9.7)
6970
ruby_dep (~> 1.2)
7071
mercenary (0.3.6)
@@ -113,7 +114,7 @@ DEPENDENCIES
113114
minima (~> 2.0)
114115

115116
RUBY VERSION
116-
ruby 2.3.7p456
117+
ruby 2.4.5p335
117118

118119
BUNDLED WITH
119-
1.16.5
120+
2.0.1

0 commit comments

Comments
 (0)