diff --git a/.travis.yml b/.travis.yml index 86c1551..fbcc67b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: ruby rvm: + - 2.2.0 + - 2.1.0 - 2.0.0 - 1.9.3 - - 1.9.2 \ No newline at end of file + - 1.9.2 diff --git a/Gemfile.lock b/Gemfile.lock index 42cdebf..115e57f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,15 +7,20 @@ GEM remote: https://rubygems.org/ specs: diff-lcs (1.2.5) - rake (10.2.2) - rspec (2.14.1) - rspec-core (~> 2.14.0) - rspec-expectations (~> 2.14.0) - rspec-mocks (~> 2.14.0) - rspec-core (2.14.8) - rspec-expectations (2.14.5) - diff-lcs (>= 1.1.3, < 2.0) - rspec-mocks (2.14.6) + rake (10.4.2) + rspec (3.2.0) + rspec-core (~> 3.2.0) + rspec-expectations (~> 3.2.0) + rspec-mocks (~> 3.2.0) + rspec-core (3.2.3) + rspec-support (~> 3.2.0) + rspec-expectations (3.2.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.2.0) + rspec-mocks (3.2.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.2.0) + rspec-support (3.2.2) PLATFORMS ruby