Skip to content

Commit

Permalink
Push rubygem to 0.2.1; tell travis to use latest bundler
Browse files Browse the repository at this point in the history
This should resolve the travis-ci build error `NoMethodError: undefined method `spec' for nil:NilClass`.
See: travis-ci/travis-ci#5239
  • Loading branch information
soundasleep committed Sep 28, 2017
1 parent 42513a4 commit b77ba6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: ruby
rvm:
- 2.2.0
- 2.2.0
before_install:
- gem install bundler
deploy:
provider: rubygems
api_key:
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PATH
remote: .
specs:
html2text (0.2.0)
html2text (0.2.1)
nokogiri (~> 1.6)

GEM
remote: https://rubygems.org/
specs:
colorize (0.7.7)
diff-lcs (1.2.5)
mini_portile2 (2.0.0)
nokogiri (1.6.7)
mini_portile2 (~> 2.0.0.rc2)
mini_portile2 (2.1.0)
nokogiri (1.7.1)
mini_portile2 (~> 2.1.0)
rake (10.4.2)
rspec (3.4.0)
rspec-core (~> 3.4.0)
Expand Down

0 comments on commit b77ba6a

Please sign in to comment.