Skip to content

Commit 2ec92a2

Browse files
committed
Merge pull request maxlapshin#90 from antstorm/unlock-ruby-version
Unlock ruby version in Gemfile
2 parents f6fef57 + a53ca60 commit 2ec92a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ sudo: false
22
language: ruby
33
rvm:
44
- "2.1.7"
5-
- "2.2.3"
5+
- "2.2.4"
6+
- "2.3.0"

Diff for: Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
ruby '2.1.7'
21
source 'https://rubygems.org'
32

43
gem 'rake', '~> 10.3'

0 commit comments

Comments
 (0)