1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
Commit graph

17 commits

Author SHA1 Message Date
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