aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
Commit message (Expand)AuthorAgeFilesLines
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Merge pull request #29488 from utilum/update_gemfileMatthew Draper2017-06-181-3/+0
|\
| * Fixes FIXME: rb-inotify 0.99 has been releasedutilum2017-06-171-2/+1
|/
* Merge pull request #29187 from robin850/remove-mathnRafael França2017-05-301-4/+0
|\
| * Remove requirement on mathnRobin Dupret2017-05-301-4/+0
* | Switch to rb-inotify masterMatthew Draper2017-05-271-2/+2
* | Define path with __dir__bogdanvlviv2017-05-231-1/+1
|/
* mathn has been gemified in ruby 2.5Akira Matsuda2017-05-191-0/+4
* Allow capybara minor releasesJustin Coyne2017-05-051-1/+1
* Ask for a sane version of SDocZachary Scott2017-04-231-1/+1
* Revert "Avoid broken faraday 0.12.0 release"Matthew Draper2017-04-021-1/+0
* Avoid broken faraday 0.12.0 releaseMatthew Draper2017-04-021-0/+1
* Start Rails 5.2 developmentMatthew Draper2017-03-221-0/+2
* Bump Capybara and include Minitest::Assertionseileencodes2017-03-171-1/+1
* Restore action_cable.js UMD module support. Fixes #28366Javan Makhmali2017-03-111-0/+1
* Use released arelRafael Mendonça França2017-02-211-2/+0
* Move and rename system testseileencodes2017-02-201-0/+2
* Use released resqueyuuji.yaginuma2017-02-101-1/+1
* delayed_job and delayed_job_active_record gems with AR5 support are availableAkira Matsuda2017-01-291-2/+2
* Change ActionView ERB Handler from Erubis to ErubiJeremy Evans2017-01-251-0/+3
* Revert "I guess we're ready for the randomized tests now"Akira Matsuda2017-01-181-1/+2
* I guess we're ready for the randomized tests nowAkira Matsuda2017-01-181-2/+1
* update rubocop to 0.47toshimaru2017-01-161-1/+1
* Revert "bundle u mocha"Akira Matsuda2017-01-161-1/+1
* bundle u mochaAkira Matsuda2017-01-151-1/+1
* Remove deprecated support to passing a column to #quoteRafael Mendonça França2016-12-291-0/+2
* bundle updateMatthew Draper2016-12-261-3/+0
* Bump sdoc to rc1 which includes zzak/sdoc#98Zachary Scott2016-12-251-1/+1
* Fix rake guides:generate:kindle errorBian Jiaping2016-12-181-1/+1
* rails-ujs is now shipped with Action ViewGuillermo Iguaran2016-11-291-1/+0
* Merge pull request #27196 from kirs/rubocop-gemRafael França2016-11-281-0/+2
|\
| * Add rubocop to GemfileKir Shatrov2016-11-281-0/+2
* | Add rails-ujs as dependency in the rails GemfileGuillermo Iguaran2016-11-211-0/+1
|/
* Install libxml-ruby gem so full XMLMini test suite can be runJon Moss2016-11-191-0/+1
* Make sure to bundle json 2.x on CIAkira Matsuda2016-11-151-0/+3
* update kindlerb gemGaurav Sharma2016-10-211-1/+1
* Include sdoc 1.0.0.beta2 which includes updated rdoc w/o hard json depZachary Scott2016-10-071-1/+1
* Bump sdoc to 1.0.0.beta1 which includes fix to support Ruby 2.4Zachary Scott2016-10-071-1/+1
* Use a branch of websocket-client-simple, to work around read/close raceMatthew Draper2016-10-061-1/+1
* Allow the use of listen's 3.1.x branch.Esteban Santana Santana2016-10-031-1/+1
* Use websocket-client-simple instead of Faye as a websockets clientMatthew Draper2016-10-021-4/+1
* Override the github git source instead of changing manually all entriesRafael Mendonça França2016-09-141-10/+15
* Use :git for specifying dependencies from github with https protocolPrathamesh Sonpatki2016-09-101-10/+10
* applies new string literal convention in GemfileXavier Noria2016-08-061-61/+61
* Don't require C dependencies on Windows/JRubySean Griffin2016-08-031-2/+2
* Do not require rb-inotifyRafael Mendonça França2016-07-271-1/+1
* Use a form of rb-inotify to fix broken tests with Ruby 2.2.5Rafael Mendonça França2016-07-271-0/+3
* test with latest resqueyuuji.yaginuma2016-07-051-1/+1
* Use sass-rails in our test suiteRafael Mendonça França2016-06-301-0/+1
* Merge pull request #25607 from sstephenson/turbolinks-5-finalRafael Mendonça França2016-06-301-1/+1
|\