1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
Commit graph

11 commits

Author SHA1 Message Date
Elliot Winkler
de25e8f7d8 Update util scripts to use Ruby versions in .travis.yml
[ci skip]
2018-01-24 00:30:10 -06:00
Elliot Winkler
fde1234384 Update SUPPORTED_VERSIONS file to reflect recent Ruby upgrades 2017-11-08 22:26:05 -06:00
Elliot Winkler
4b160bd19e Update Ruby versions that helper Appraisal scripts use
[ci skip]
2017-09-17 19:53:11 -05:00
Elliot Winkler
2c26cc3ebb Small tweaks to scripts that update gems
The `update_gem_in_all_appraisals` script can do two things:

* Update the given gem located in the Gemfile
* Update the given gem located in Appraisals

Currently, if the first step fails, then the second step does not run.
With this commit, both will run regardless of their status.
2015-12-30 21:58:40 -05:00
Elliot Winkler
8ea26ab133 Update internal list of supported versions
* 2.2.2 -> 2.2.3
* 2.1.5 -> 2.1.6
2015-09-22 13:41:44 -06:00
Elliot Winkler
a4045a1f9b Remove Rails 3.x, Ruby 1.9.2, Ruby 1.9.3
Ruby 1.9.3 will be end-of-lifed on February 23, 2015. We might as well
remove support for it now.
2015-02-09 10:52:22 -07:00
Elliot Winkler
45f39603aa Add script to update a gem in all appraisals 2015-01-20 13:35:30 -07:00
Elliot Winkler
369f32fb76 Bump top supported Ruby version to 2.1.5
[ci skip]
2014-12-25 00:58:52 -05:00
Elliot Winkler
a1e2f19782 Add a script to run all tests on all Rubies 2014-06-27 14:04:50 -06:00
Elliot Winkler
dd89ff2169 Adjust gem install script to not use latest Ruby
We're already using the "latest" Ruby which is 2.1.1 at this point in
time.
2014-06-27 14:04:05 -06:00
Elliot Winkler
b71996eeff Add a script to install appraisals in all supported Rubies 2014-06-27 13:22:04 -06:00