Skip to content

Commit

Permalink
using ruby 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VidaZing committed Aug 26, 2018
1 parent 18acb2b commit 1fbc350
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-1.9.3
ruby-2.2.0
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: ruby

rvm:
- 2.5.1
- 1.9.3
- 2.0.0
before_install:
- gem install bundler -v 1.16.1

Expand Down
2 changes: 1 addition & 1 deletion vidazing_logger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
s.executables << 'vidazing_logger'

s.rubygems_version = '2.5.2'
s.required_ruby_version = '>= 1.9.3'
s.required_ruby_version = '>= 2.2.0'

s.files = `git ls-files -z`.split("\x0").reject \
{ |f| f.match(%r{^(test|spec)/}) }
Expand Down

0 comments on commit 1fbc350

Please sign in to comment.