Skip to content

Commit

Permalink
Specifying the Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmorales committed Mar 5, 2017
1 parent 00127ba commit 6ccdfcf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
@@ -1,7 +1,4 @@
language: ruby
rvm:
- 2.4.0
- 2.3.3
- 2.2.4
- 2.1.10
cache: bundler
2 changes: 2 additions & 0 deletions Gemfile
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

ruby "2.3.3"

gem 'rake'
gem 'thor'
gem 'puma'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -53,5 +53,8 @@ DEPENDENCIES
rspec
thor

RUBY VERSION
ruby 2.3.3p222

BUNDLED WITH
1.14.3

0 comments on commit 6ccdfcf

Please sign in to comment.