aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Restrict nokogiri on Ruby 2.0Andrew White2017-01-041-0/+2
| | | | | The recent 1.7.0 release of nokogiri dropped support for unsupported rubies.
* Restrict w3c_validators to less than 1.3Andrew White2017-01-041-1/+1
| | | | | This is because rdoc 3.10 has a dependency on json ~> 1.4 and w3c_validators 1.3.0 requires json ~> 2.0.
* Restrict jquery-rails to less than 4.0Andrew White2017-01-041-6/+1
| | | | This is because jquery-rails 4.0.0 and later requires railties >= 4.2.0.
* The pg gem has started requiring Ruby 2.0+ from 0.19.0Andrew White2016-11-031-0/+2
|
* Use later versions of nokogiri on 1.9.3+Andrew White2016-11-021-1/+6
|
* Fix File.exists? deprecation warnings in Active SupportAndrew White2016-11-021-1/+1
|
* Only list json gem once in GemfileAndrew White2016-11-021-2/+4
| | | | | | Bundler gives a warning if you have a gem listed more than once in your Gemfile. Even though they were in different platform blocks it's better to combine them in case it causes a problem later.
* Prefer https over git for securityAndrew White2016-11-021-2/+2
|
* Fix failing tests on 3-2-stable branch:Johnny Shields2016-09-151-4/+23
| | | | | | | | - Set sudo: false in .travis.yml which uses latest travis engine and fixes some failing specs - Use older version of gems in Gemfile if RUBY_VERSION < '1.9.3' (no change to .gemspec) - Fix two cases of hash rockets in tests (required for Ruby 1.8.7) - Skip failing test "test_ensure_that_migration_tasks_work_with_mountable_option" which breaks due to Bundler no longer accepting the default generated .gemspec format. - Skip railties specs on Ruby 1.8.7 (mark as an allowed failure.)
* Lock test-unit to 3.0.x releasesAndrew White2016-01-261-1/+1
| | | | | Due to a change in test-unit 3.1.6 that supports yielding from setup to run a test, lock 3-2-stable to 3.0.x releases of test-unit to fix the build.
* rack-cache 1.3+ dont work with old ruby versionsArthur Neves2016-01-151-0/+4
|
* Fix mysql2 buildArthur Neves2016-01-151-1/+1
| | | | mysql 0.3.x is forced here activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb
* fix build, forcing i18n to verion 0.6.xArthur Neves2016-01-141-3/+1
|
* pg 0.18 not support Ruby < 1.9.3Rafael Mendonça França2015-01-071-1/+5
|
* Only use old i18n when version is not compatibleRafael Mendonça França2015-01-071-2/+4
|
* Remove hard dependency on test-unitRafael Mendonça França2015-01-071-0/+1
| | | | | Instead show a error message asking users to add the gem to their Gemfile if test-unit could not be loaded.
* Lock i18n to a version that works with Ruby 1.8Rafael Mendonça França2015-01-021-0/+2
|
* Use a version of execjs compatible with Ruby 1.8Rafael Mendonça França2014-06-261-0/+3
|
* Fix broken tests of the previous releaseRafael Mendonça França2014-05-061-1/+1
|
* Remove git dependecyRafael Mendonça França2013-07-081-1/+1
|
* nokogiri >= 1.6 doesn't work with ruby 1.8Rafael Mendonça França2013-06-151-1/+1
|
* Using latest AR-JDBC for JRubyArun Agrawal2013-03-081-3/+3
| | | | 1.2.5 and 1.2.6 are bad ones
* Skip ruby-prof in Gemfile for Ruby 2.0Carlos Antonio da Silva2012-12-031-1/+1
|
* Update mocha version to 0.13.0 and change requiresCarlos Antonio da Silva2012-11-131-1/+1
|
* Lock mocha in ~> 0.12.x until we fix the Ruby 1.8.7 issues with 0.13.0Carlos Antonio da Silva2012-11-121-1/+1
|
* Removing JSON for other rubyArun Agrawal2012-10-281-1/+0
| | | | | | | It's only required for 1.8 and for JRuby! I was fixing a bug with JSON pure on 1.8.7 and I found that we have included json for other 1.8 > rubies also.
* Use benchmark/ips to measure AR performanceJon Leighton2012-08-171-0/+2
| | | | | | This means we can more easily compare numbers, and we don't have to specify a single N for all reports, which previously meant that some tests were running many more/fewer iterations than necessary.
* Bumping mocha!Arun Agrawal2012-07-191-1/+1
| | | | | Reason:- 0.12.0 introduced a bug where you got a exception which is now in 0.12.1 is a warning only!
* Ruby-Prof works with ruby-1.9.3 also.Arun Agrawal2012-05-111-1/+1
|
* Update performance profiler to work with latest ruby-profArun Agrawal2012-05-111-1/+1
| | | | Thanks to @carlosantoniodasilva
* locking ruby-prof until we got a fixArun Agrawal2012-05-081-1/+1
|
* work against 1-0-stable until a new journey is releasedAaron Patterson2012-01-231-1/+1
|
* Revert "use pg 0.11.0 under ruby 1.8.7"Santiago Pastorino2012-01-041-5/+1
| | | | | There's a new pg release, no need for this anymore This reverts commit 0b5cda73e2f5d29420afb41d5ed6908baf624934.
* use pg 0.11.0 under ruby 1.8.7Sergey Nartimov2012-01-031-1/+5
|
* removes Ruby constraint in RedCloth dependencyXavier Noria2011-12-151-1/+1
|
* updating arel and journey dependenciesAaron Patterson2011-12-141-2/+2
|
* let sdoc say which version of rdoc we depend onXavier Noria2011-12-141-1/+0
|
* Make quotes in Gemfile consistent (use single quotes)Erik Michaels-Ober2011-12-121-35/+35
|
* Use HTTPS rubygems sourceErik Michaels-Ober2011-12-121-1/+1
|
* Remove rb-fsevent from Gemfile.José Valim2011-12-081-3/+0
|
* use our own fork of sdoc while Vijay's fix is not applied to voloko/sdocXavier Noria2011-12-081-1/+5
|
* SQlite3 Bump Arun Agrawal2011-12-041-1/+1
|
* Enable postgres on the CI :heart: :beer: :sparkles:Jon Leighton2011-12-031-1/+1
|
* Bump Mysql2!Arun Agrawal2011-11-221-1/+1
|
* allow people to set a local .Gemfile so that things like ruby-debug are not ↵Aaron Patterson2011-11-171-5/+2
| | | | required for regular development
* bundler treats trunk ruby as ruby 1.9, hack around that for nowAaron Patterson2011-11-161-1/+1
|
* Allow to use ruby-debug in 1.9.3Santiago Pastorino2011-11-121-2/+1
|
* Add ActiveRecord::Relation#uniq for toggling DISTINCT in the SQL queryJon Leighton2011-11-051-0/+2
|
* No need to check ruby version here Arun Agrawal2011-10-221-6/+1
| | | | As rake 0.9.2.2 is out with the same fix as 0.9.3.beta having
* Fix typo in RakefileYasuo Honda2011-10-031-1/+1
|