Skip to content

Commit

Permalink
Merge pull request #120 from qpowell/upgrade-rubies
Browse files Browse the repository at this point in the history
Upgrade Ruby versions to test against
  • Loading branch information
edwinwills authored Aug 23, 2019
2 parents db2c0c6 + c6b1e28 commit 297cbb0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: ruby
rvm:
- 2.1.3
- 2.2.5
- 2.3.1
- 2.4.6
- 2.5.5
- 2.6.3
script: bundle exec rspec
before_script: cp spec/api_key.travis.rb spec/api_key.rb
after_script: rm spec/api_key.rb
before_install:
- gem install bundler -v 1.14.6
- gem install bundler -v 1.17
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.0.0
### Breaking Changes for 2.0.0:
- Removed the `spots_by_radar` method
- Remove support for all unsupported versions of Ruby (< 2.4)

## 1.2.0
### Added
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ DEPENDENCIES
webmock (~> 1.18)

BUNDLED WITH
1.14.6
1.17

0 comments on commit 297cbb0

Please sign in to comment.