Commit Graph

31 Commits

Author SHA1 Message Date
Peter M. Goldstein 3bcb1c9a08 Update Gemfiles to allow Rubinius and JRuby to run. Add those VMs to .travis.yml. Add begin/rescue to Rakefile to accomodate platforms that don't have RDocTask. 2013-12-15 18:26:41 -08:00
Andriel Nuernberg 9be3efe9e8 Bump Rails dependencies to 4-0-stable 2013-12-05 20:53:15 -02:00
Adam Mueller 552f62d85d Update to Rails 4 release.
Rails 4 has now been released. Unfortunately, the '>= 4.0.0.rc1'
dependency doesn't work with the release.

Change-Id: I0db87057dfe8f8dd5c9947a21df4b6b7e060d898
2013-06-25 14:06:47 -07:00
Vasiliy Ermolovich f406ecf88e bump rails version to 4.0.0.rc1 2013-05-03 17:39:45 +03:00
Vasiliy Ermolovich 3a9a81fa85 remove mocha 2013-02-28 00:12:37 +03:00
Rafael Mendonça França eee32c157b Use the Rails beta 🎉 2013-02-25 22:00:19 -03:00
Carlos Antonio da Silva 2a9fcff15f Remove deprecated :rubygems source from Gemfile 2013-02-25 21:54:34 -03:00
Rafael Mendonça França da48e10eb2 Use the released version of country_select 2012-12-27 13:52:39 -03:00
Rafael Mendonça França 4d41e9ccd4 Update rails dependecy 2012-12-26 21:27:36 -03:00
Rafael Mendonça França 6bfcb542f9 Use contry_select master 2012-12-26 21:27:15 -03:00
Rafael Mendonça França 0c72fc1d7a Now we only support Rails 4 2012-12-13 14:01:37 -03:00
Carlos Antonio da Silva 9a66675b0b Bundle update, change mocha require
Mocha is still being required somewhere else, which is showing a
deprecation warning when running tests.
2012-11-11 21:40:40 -02:00
Rafael Mendonça França 7b368ddb9f Good bye ruby-debug 💣 2012-02-22 15:09:28 -02:00
Rafael Mendonça França fca99746d2 Use country_select gem instead of the plugin
Rails 3.2 deprecated the Rails plugins. So we have to use gems.
2012-01-30 16:14:58 -02:00
Lucas Mazza bcc4f1eada add the `--bootstrap` option to the simple_form:install generator 2012-01-24 16:23:50 -02:00
Carlos Antonio da Silva 0e448b0a25 Bump rails requirements to 3.2.0, update other gems 2012-01-24 11:19:28 -02:00
Rafael Mendonça França 9038c6b6d3 Fix dependencies 2012-01-12 11:17:14 -03:00
Rafael Mendonça França a0f0ffea58 Add support to Rails 3.2 2012-01-11 14:39:37 -03:00
João Britto ca61a2860d Bring rake back to stable (0.9.2.2) 2011-11-09 21:07:49 -02:00
Rafael Mendonça França d440d1a018 Tests green with Rails 3.1.0 2011-08-30 23:42:44 -03:00
Rafael Mendonça França 5d4021f6b5 Bump rake to 0.9.3.beta1 2011-08-11 00:11:33 -03:00
Rafael Mendonça França be8f4c31d3 Remove rake warnings 2011-08-10 23:52:23 -03:00
Rafael Mendonça França 0d9b5a8632 Fix the Gemfile 2011-08-10 23:42:36 -03:00
Rafael Mendonça França e45918b8a8 Declare dependencies on gemspec. Closes #266 2011-06-22 00:00:55 -03:00
José Valim 068ee6d3d1 Let's run on rubinius as well. 2011-05-18 14:20:16 -04:00
José Valim 1520353fc2 Add inputs discovery. 2011-04-27 21:27:49 +02:00
Carlos Antonio da Silva 52d9660553 Kill the test-unit gem dependency for testing on 1.9
Minitest that comes with Ruby 1.9 has a compatibility layer that allows us to
keep using it as Test::Unit, so we don't need to rely on external gems.

Besides that, with the test-unit gem we had two breaking tests that are now green.
2011-03-01 23:45:23 -03:00
Carlos Antonio da Silva 1681b71826 Group all test related gems in :test group and do not require them automatically 2010-12-07 00:05:45 -02:00
Carlos Antonio da Silva b33f13600e Configure Gemfile to use Rails 3.0.x 2010-11-21 15:12:39 -02:00
José Valim b93c01c641 Update Gemfile to Rails 3. 2010-08-31 10:10:52 +02:00
José Valim e534bd2f4f Add Gemfile to project. 2010-07-06 14:07:24 +02:00