aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
Commit message (Collapse)AuthorAgeFilesLines
* Bump coffee-script-source to fix bugeileencodes2016-12-161-1/+1
| | | | | | | | Coffee script 1.12.1 was released and contained a bug where coffee script was undefined. 1.12.1 was yanked and 1.12.2 was released. This bumps coffee-script-source so that CI Railties tests pass. See: https://github.com/jashkenas/coffeescript/issues/4403
* rails-ujs is now shipped with Action ViewGuillermo Iguaran2016-11-291-8/+0
|
* Merge pull request #27196 from kirs/rubocop-gemRafael França2016-11-281-0/+14
|\ | | | | Add rubocop to Gemfile
| * Add rubocop to GemfileKir Shatrov2016-11-281-0/+14
| |
* | Add rails-ujs as dependency in the rails GemfileGuillermo Iguaran2016-11-211-0/+8
| |
* | Bump Blade and its Sauce Labs plugin to fix tunnel shutdown and related errorJavan Makhmali2016-11-211-12/+14
|/ | | | https://travis-ci.org/rails/rails/jobs/165766716#L506
* Install libxml-ruby gem so full XMLMini test suite can be runJon Moss2016-11-191-0/+2
|
* Make sure to bundle json 2.x on CIAkira Matsuda2016-11-151-0/+1
| | | | | Without this, bundler tries to bundle json 1.8 on Ruby 2.4 in some cases https://travis-ci.org/rails/rails/jobs/175874852
* Update sqlite3Gianfranco Montoya2016-11-041-3/+3
|
* Merge pull request #26851 from Gaurav2728/update-kindlerbRafael França2016-10-251-9/+5
|\ | | | | update kindlerb gem
| * update kindlerb gemGaurav Sharma2016-10-211-9/+5
| | | | | | Ruby Kindle periodical-format ebook generator
* | Update mysql2 version in Gemfile.lockGuillermo Iguaran2016-10-221-4/+4
|/
* Include sdoc 1.0.0.beta2 which includes updated rdoc w/o hard json depZachary Scott2016-10-071-6/+5
|
* Bump sdoc to 1.0.0.beta1 which includes fix to support Ruby 2.4Zachary Scott2016-10-071-3/+2
|
* Use a branch of websocket-client-simple, to work around read/close raceMatthew Draper2016-10-061-4/+10
|
* Restore missing Gemfile.lock entriesRyuta Kamizono2016-10-041-0/+2
| | | | These lines were lost in https://github.com/rails/rails/pull/26695/files#diff-e79a60dc6b85309ae70a6ea8261eaf95L192.
* Allow the use of listen's 3.1.x branch.Esteban Santana Santana2016-10-031-19/+20
| | | | | | When the initial evented monitor feature was written, the latest version of listen was the 3.0.x series. Since then the listen project has moved on to the 3.1.x series. This patch allows the use of the new versions.
* Use websocket-client-simple instead of Faye as a websockets clientMatthew Draper2016-10-021-2/+5
| | | | | | Mostly, this is just to avoid EventMachine. But there's also an argument to be made that we're better off using a different protocol library for our test suite than the one we use to implement the server.
* Restore missing Gemfile.lock entriesRyuta Kamizono2016-09-201-0/+2
| | | | These lines were lost in https://github.com/rails/rails/commit/12d5c210#diff-e79a60dc6b85309ae70a6ea8261eaf95L191.
* Override the github git source instead of changing manually all entriesRafael Mendonça França2016-09-141-52/+53
|
* Use :git for specifying dependencies from github with https protocolPrathamesh Sonpatki2016-09-101-6/+6
| | | | | | - This is required for bundler 1.13.0 because of which lot of specs are failing on Travis CI. - Similar to https://travis-ci.org/rails/rails/jobs/158905576#L559
* Add accidentally removed dependency in Gemfile.lockRyuta Kamizono2016-08-041-0/+37
| | | | Follow up to ca0b6d0d416776655ed7516ac18f126fbde5315a.
* Don't require C dependencies on Windows/JRubySean Griffin2016-08-031-37/+0
|
* Use a form of rb-inotify to fix broken tests with Ruby 2.2.5Rafael Mendonça França2016-07-271-2/+9
| | | | See https://github.com/nex3/rb-inotify/pull/49
* Bump arelRafael Mendonça França2016-07-271-2/+2
|
* Bump Arel to fix few failing tests on Ruby 2.4 related to the Integer ↵Prathamesh Sonpatki2016-07-241-1/+1
| | | | | | | | | | | | | | | unification * Following tests were failing on Ruby edge 2.4 version - - RelationTest#test_update_all_with_joins_and_offset_and_order: - RelationTest#test_update_all_with_joins_and_offset: - BasicsTest#test_no_limit_offset: - CalculationsTest#test_offset_is_kept: - ActiveRecord::CollectionCacheKeyTest#test_cache_key_for_queries_with_offset_which_return_0_rows: - FinderTest#test_third_to_last: * As Arel 7.1 supports Integer unification after https://github.com/rails/arel/pull/437 we can use it.
* test with latest resqueyuuji.yaginuma2016-07-051-7/+12
| | | | | | | | | | | | | | | | | | | When run test of Active Job with resque 1.26, occurs following error. ``` QueuingTest#test_current_locale_is_kept_while_running_perform_later: NoMethodError: undefined method `current_tags' for #<Resque::QuietFormatter:0x0055b44f63ed50> /home/yaginuma/program/rails/master_y_yagi/rails/activejob/lib/active_job/logging.rb:51:in `logger_tagged_by_active_job?' ``` This was happening for the formatter class of resque not the formatter class of Rails is they've been used to logger.formatter. This was happening because become fomatter is changed during the instantiation of worker in the resque 1.26. In the master, unless the environment variable is set, fomatter is so as not to be changed, test will pass. Ref: https://github.com/resque/resque/pull/1439
* Use sass-rails in our test suiteRafael Mendonça França2016-06-301-0/+8
|
* Do not allow rack pre releasesRafael Mendonça França2016-06-301-5/+4
|
* Merge pull request #25607 from sstephenson/turbolinks-5-finalRafael Mendonça França2016-06-301-9/+4
|\ | | | | | | Update to Turbolinks 5.0.0 final
| * Update to Turbolinks 5.0.0 finalSam Stephenson2016-06-301-9/+4
| |
* | Point to released coffee-railsRafael Mendonça França2016-06-301-9/+4
|/
* Fix failing railties testsPrathamesh Sonpatki2016-06-181-1/+1
| | | | | | | | | | - Railties tests related to fetching asset URL started failing after the release of sprockets 3.6.1 on Travis. - This was due to the change in https://github.com/rails/sprockets/pull/311/files which changed the logic in `concat_javascript_sources` to add `;` at the end of file if the source did not end with semicolon. - Bumped up sprockets minor version and fixed the failing tests.
* Require Nokogiri >= 1.6.8Jon Moss2016-06-061-8/+12
| | | | per security release today --> https://groups.google.com/forum/#!topic/ruby-security-ann/RCHyF5K9Lbc
* Update Blade and its Sauce Labs plugin for EventMachine 1.2 compatibilityJavan Makhmali2016-06-041-10/+10
|
* Lock Faye version to avoid bug with its Promise polyfill, use mainline ↵Javan Makhmali2016-05-311-14/+10
| | | | blade-sauce_labs_plugin gem
* Revert back to a compatible bundler versionVipul A M2016-05-251-1/+1
|
* CI: run Action Cable browser tests in Sauce LabsJon Moss2016-05-251-1/+22
| | | | | | | | Allow failures until test runs are consistently stable, not hanging. Closes #24943. Signed-off-by: Jeremy Daer <jeremydaer@gmail.com>
* Build action_cable.js with BladeJavan Makhmali2016-05-241-7/+9
|
* Remove Blade gem dependencyVipul A M2016-05-211-0/+40
| | | | | | | | | Apps that depend on Action Cable don't need Blade for app development, so we can remove the gem dependency. We do need Blade for Action Cable dev, so we bundle it in the Gemfile. Signed-off-by: Jeremy Daer <jeremydaer@gmail.com>
* Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-101-55/+63
|
* Fix Gemfile.lock by updating rails-dom-testingPrathamesh Sonpatki2016-05-101-8/+5
| | | | - Followup of https://github.com/rails/rails/pull/24946.
* Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-061-32/+32
|
* Upgrade all gems to make sure Rails works with rack 2.0.0.rc1Rafael Mendonça França2016-05-061-35/+37
|
* Fix template resolver cache concurrency: "can't add a new key into hash ↵Jeremy Daer2016-05-021-2/+2
| | | | | | | | during iteration" Resolved by https://github.com/ruby-concurrency/concurrent-ruby/pull/529 Fixes #24627.
* Prep Rails 5 beta 4eileencodes2016-04-271-35/+37
|
* Merge pull request #23461 from kamipo/prepared_statements_for_mysql2_adapterJeremy Daer2016-04-231-4/+4
|\ | | | | | | Add prepared statements support for `Mysql2Adapter`
| * Add prepared statements support for `Mysql2Adapter`Ryuta Kamizono2016-04-211-4/+4
| |
* | Make file update checker tests more resilient on WindowsSean Griffin2016-04-211-0/+2
|/ | | | | | | | | Without the `wdm` gem, it appears that `listen` keeps an open handle to each of these files, causing them not to be removed when the tempdir tries to clean iteslf up, and then directory to fail to unlink. In addition to fixing that particular failure, we now construct OS agnostic paths, and capture exceptions if the directory fails to unlink so that minitest will report it rather than crash
* Update Gemfile.lockyui-knk2016-03-311-1/+1
| | | | | 'rake' gem is bundled to '>= 11.1' by 30279704646fff33e64c71ee3c4de34bf75232c4 (#23499), but it seems the commit did not fully include Gemfile.lock's.