Commit Graph

18 Commits

Author SHA1 Message Date
Matijs van Zuijlen 24f6d212f5
Get default strategy registration working on JRuby
fixes #1331

The commit avoids a bug in JRuby, and adds JRuby back to the test matrix
so we can catch regressions in the future.
2019-10-02 18:56:58 -04:00
Daniel Colson 70bc8e2d20
Update development dependencies
I consolidated all the development dependencies in the gemspec,
then ran `bundle update` and `appraisal install`.

I also got rid of unnecessary version constraints (I would rather just
the latest versions of things in development, and we can always add
constraints later if necessary), and removed the jruby-specific gems
since we aren't testing on jruby anymore.
2019-01-04 20:59:12 -05:00
Daniel Colson 2ee8a2f99d Update Appraisals
Get rid of the deprecated appraisal rake tasks in favor of running
appraisal directly with `bundle exec appraisal rake`.

I also went ahead and updated all the gemfiles.
2018-10-31 15:35:35 -04:00
Susan Wright c22c9ab052 Rubocop: Fix Style/StringLiterals Offenses (#1216) 2018-10-07 21:45:51 -04:00
Christian Bruckmayer 5b0257363c Add rubocop
to run rubocop locally and not to wait for HoundCI to bark at us.

The version is locked to 0.54 because this is the version HoundCI is using.
Using a newer version will not work as config changed from 0.54 to currently 0.59
and rubocop would complain with the old configuration.

thoughtbot uses the .rubocop.yml in thoughtbot/guides
as the orginizational config on Hound, so we inherit
from it so we can use the same config locally.

Fix #1195.
2018-09-18 22:58:56 -04:00
Avielle c716ce01b4 Replace 'girl' with 'bot' everywhere (#1051)
Also: add a deprecation warning to factory_girl, asking users to switch to
factory_bot

https://github.com/thoughtbot/factory_girl/issues/921
2017-10-20 15:20:28 -04:00
Joshua Clayton 948238f71a Support Ruby 2.2
* Remove Rails 3.1 support
* Bump Rails 3.2 to stable
2015-04-15 21:43:42 -04:00
Joshua Clayton 870629cfeb Update rubygems source 2014-05-30 12:32:48 -04:00
Joshua Clayton 5b51109a89 Update gems 2014-05-30 12:30:06 -04:00
pythogorian 1af660f840 Syntax tweak 2014-03-20 01:09:33 +01:00
Joshua Clayton 68149b5787 Update dependency on ActiveRecord so it does not pull in 1.6.0 2013-08-02 15:36:23 -04:00
Joshua Clayton 0529a879d9 Update gemspec to reflect proper dependencies and add Rails 3.1 coverage 2011-09-02 11:03:58 -04:00
Joshua Clayton 554e6ab378 rr => mocha 2011-08-13 00:12:47 -04:00
Ken Collins 4b83b1e62e Factory overrides are applied before other attributes. Fixes #140. 2011-08-08 13:48:33 -04:00
Joshua Clayton 5147f8b2f2 Update gem dependencies and allow for testing on 1.9.2 2011-06-27 14:56:14 -04:00
Joe Ferris a7828ffff1 Switch to yard 2011-02-07 17:48:00 -05:00
Joe Ferris 3b5f90f981 Use rspec2 2010-11-11 15:54:14 -06:00
Joe Ferris 6b0b3ce748 Use appraisal for testing across ActiveRecord versions 2010-11-11 15:23:15 -06:00