Commit Graph

29 Commits

Author SHA1 Message Date
Tee Parham f699ca90cf Only run coveralls on travis 2014-01-24 11:47:09 -07:00
Tee Parham ed07fa8d70 Update Gemfiles
* Only include simplecov gem on MRI 2.1
* Only include coveralls gem on MRI 2.1
* Remove rubinius-developer_tools, which is no longer needed since we
are not running coveralls on rubinius
* Do not try to require coveralls on rubinius (`platform :mri_21`
includes rbx, so we need to check if Rubinius is defined)
2014-01-12 13:14:12 -07:00
Peter M. Goldstein f9ba133827 Add rubinius-developer_tools so Coveralls doesn't error. Explicitly add 'json' gem to Rails 4.0.x case, as it isn't explicity required (but is used) by Rails 4.0.x 2014-01-11 17:52:53 -08:00
Peter M. Goldstein 3f4f03cb19 Loosen minitest dependency. Add Gemfile for Rails 4.1.0.beta1
Remove the branches restriction from Travis config.

Get Rubinius running again

Add Rubinius gems
2014-01-11 09:12:40 -08:00
Norman Clarke 3cd62df737 Merge pull request #728 from teeparham/drop_rails_31
Drop support for Rails 3.0 and 3.1.
2013-12-27 05:45:06 -08:00
Tee Parham 607e202151 Remove unnecessary Travis before_install block
* Remove unnecessary bundler specification in Rails 4.0 Gemfile.
2013-12-26 15:01:49 -07:00
Tee Parham e228d0a90e Drop support for Rails 3.0 and 3.1
Rails 3.0 and 3.1 are no longer supported, matching the official
Maintenance Policy for Ruby on Rails.

See
http://weblog.rubyonrails.org/2013/2/24/maintenance-policy-for-ruby-on-r
ails/

* Remove Rails 3.0 and 3.1 Gemfiles.
* Remove Rails 3.0 and 3.1 from the Travis build matrix.
* Require Rails >= 3.2 in the gemspec.
* The Haml::Plugin class does not need to inherit from anything.
2013-12-26 14:39:51 -07:00
Tee Parham b2c786c630 use ~> syntax for rails gemfile dependencies 2013-12-24 11:28:26 -07:00
Akira Matsuda 69ea798b1f Test against stable Rails 4 release 2013-11-18 07:38:52 +09:00
Tee Parham 0e4c95d099 move coveralls to rails 4 Gemfile, only run once (with latest ruby) 2013-11-06 21:53:49 -07:00
Tee Parham 23f23c39cc use https rubygems in test gemfiles 2013-05-23 09:31:46 -06:00
Norman Clarke 9ce172c7ea Test against latest Rails 4 2013-05-21 10:31:52 -03:00
Norman Clarke 5f93059776 Depend on Bundler 1.3 with Rails 4 2013-02-26 09:05:40 -08:00
Norman Clarke aad6040674 Use explicit source URLs in Gemfiles 2013-02-26 09:05:27 -08:00
Norman Clarke cb0c2198c5 Test in CI against Rails 4 beta and Ruby 2.0 2013-02-26 07:51:46 -08:00
Akira Matsuda 441f44c446 Journey and Rails 4 are going Separate Ways
Journey was merged into Rails: https://github.com/rails/rails/commit/56fee39

Also, activerecord-deprecated_finders is not necessarily explicitly bundled here
because it would be bundled through rails' dependency for now, and we're not using it in Haml's tests anyway
2013-02-08 11:20:31 -03:00
Norman Clarke c0a25c1373 Add Rails master to Travis build matrix.
Allow failures to avoid email barrages for random day-to-day changes in
Rails. Once 4.0 stable is branched we'll depend on that instead and then
no forbid failures.
2012-10-09 10:46:44 -03:00
Norman Clarke 54c1407277 Remove now unused dependency on Haml contrib from tests 2012-06-25 15:29:55 -03:00
Norman Clarke 6dca9bbe79 Remove tests for Rails < 3.0 2012-05-29 15:21:26 -03:00
Matt Wildig 12cb6d263a Delete Rails test lockfiles.
Using `gemspec` in `Gemfiles` creates hardcoded absolute paths in the
generated lockfile. This is regenerated later, but leaves your `git
status` showing spurious entries for changed lockfiles that need to be
worked around.

Delete the lockfiles, and add them to `.gitignore`.
2012-05-24 22:15:06 +01:00
Norman Clarke 0180b43f0b Fix dependencies for tests 2012-05-22 23:52:58 -03:00
Norman Clarke f7b653706d Depend on gemspec in test Gemfiles 2012-05-22 16:25:09 -03:00
Norman Clarke c16bc75dda Include minitest in Gemfiles 2012-04-30 14:07:00 -03:00
Norman Clarke be46a5f9ec Bundle update all the Gemfiles 2012-04-27 23:57:47 -03:00
Norman Clarke de2fdee314 gemcutter -> rubygems 2012-04-27 21:50:29 -03:00
Norman Clarke 728b14d065 Added Gemfiles for Rails 3.2.x 2012-04-17 17:20:46 -03:00
Norman Clarke 7783627a58 Updated Rails 3.1.x deps 2012-04-17 17:20:45 -03:00
Nathan Weizenbaum 820e4ed9d1 Include Sass in the Gemfiles.
This is cleaner and more future-proof than forcing people to check out the
vendored Sass.
2011-09-21 17:52:27 -07:00
Nathan Weizenbaum 25c3913c72 Update the test:rails_compatibility infrastructure.
This moves to a Bundler-based infrastructure where each Rails version has its
own Gemfile. This has the benefit of being compatible with Travis CI as well.
2011-09-21 17:40:33 -07:00