Skip to content

Commit

Permalink
TST: Update gem versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHermitte committed Mar 2, 2020
1 parent 84e6883 commit 84ef77a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist: xenial
language: ruby
cache: bundler
rvm:
- 2.1.5
- 2.7.0
sudo: false
addons:
apt:
Expand Down
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rspec', '~> 3.1.0'
gem 'vimrunner', '~> 0.3.1'
gem 'rake', '~> 10.3.2'
gem 'vim-flavor', '~> 2.1.1'
gem 'rspec', '~> 3.9.0'
gem 'vimrunner', '~> 0.3.4'
gem 'rake', '~> 13.0.1'
gem 'vim-flavor', '~> 3.0.0'

0 comments on commit 84ef77a

Please sign in to comment.