aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
Commit message (Expand)AuthorAgeFilesLines
* Restrict nokogiri on Ruby 2.0Andrew White2017-01-041-0/+2
* Restrict w3c_validators to less than 1.3Andrew White2017-01-041-1/+1
* Restrict jquery-rails to less than 4.0Andrew White2017-01-041-6/+1
* 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
* 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
* Lock test-unit to 3.0.x releasesAndrew White2016-01-261-1/+1
* rack-cache 1.3+ dont work with old ruby versionsArthur Neves2016-01-151-0/+4
* Fix mysql2 buildArthur Neves2016-01-151-1/+1
* 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
* 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
* 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
* Use benchmark/ips to measure AR performanceJon Leighton2012-08-171-0/+2
* Bumping mocha!Arun Agrawal2012-07-191-1/+1
* 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
* 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
* 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 r...Aaron Patterson2011-11-171-5/+2
* 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
* Fix typo in RakefileYasuo Honda2011-10-031-1/+1