aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
Commit message (Collapse)AuthorAgeFilesLines
* Update turbolinks-rails for passing railties testPrathamesh Sonpatki2016-02-051-3/+8
| | | | Ref - https://github.com/turbolinks/turbolinks-rails/pull/3
* Test with Turbolinks 5Rafael Mendonça França2016-02-041-3/+4
|
* Remove unused dependencyMike Perham2016-02-031-1/+0
| | | railties uses method_source, activesupport does not. I assume code was refactored and the dependency wasn't removed.
* Remove json gem dependencyMike Perham2016-02-031-2/+0
| | | All modern Rubies ship JSON as part of stdlib. Using the gem actually hurts multi-platform support due to build difficulties on Windows.
* Preparing for Rails 5.0.0.beta2Sean Griffin2016-02-011-34/+34
|
* Merge pull request #23381 from matthewd/uneventful-redisMatthew Draper2016-02-021-0/+1
|\ | | | | Redis sans EventMachine
| * Switch the default redis adapter to a single-stream modelMatthew Draper2016-02-011-0/+1
| | | | | | | | | | | | This new adapter does get a little more intimate with the redis-rb gem's implementation than I would like, but it's the least bad of the approaches I've come up with.
* | Update Gemfile.lockPrathamesh Sonpatki2016-02-011-1/+0
|/ | | | - Leftover from https://github.com/rails/rails/commit/93abf58787396661230f31c7a2f58c18f30dbec9.
* Add a couple of tests that connect with a WS clientMatthew Draper2016-01-301-0/+4
|
* Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-301-5/+2
|
* Bundle update to fix tests locallyRafael Mendonça França2016-01-281-27/+26
|
* Remove celluloid from the GemfileRafael Mendonça França2016-01-271-21/+0
|
* Merge pull request #23284 from maclover7/suckerpunch-2Eileen M. Uchitelle2016-01-271-5/+5
|\ | | | | Update ActiveJob adapter for sucker_punch 2.0
| * Update ActiveJob adapter for sucker_punch 2.0Jon Moss2016-01-271-5/+5
| | | | | | | | | | | | | | | | This PR includes two changes for 2.0.0: - Breaking API change around `async.perform` --> `perform_async` - New addition of `perform_in`, which now allows end users of the adapter to use the `enqueued_at` public API method.
* | Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-271-2/+5
|/
* Update `Gemfile.lock`Ryuta Kamizono2016-01-261-32/+32
|
* Import the relevant portions of faye-websocketMatthew Draper2016-01-241-12/+1
| | | | (as adapted to use concurrent-ruby / nio4r instead of eventmachine)
* Using a hacked faye-websocket, drop EventMachineMatthew Draper2016-01-241-4/+12
|
* Add tests for the ActionCable adaptersMatthew Draper2016-01-241-0/+6
|
* Fix code review commentsJon Moss2016-01-181-0/+1
| | | | | | | - adapter -> pubsub (re)rename internally - Change variable names to match method names - Add EventMachine `~> 1.0` as a runtime dependency of ActionCable - Refactor dependency loading for adapters
* All Redis deps are now optional, Postgres --> PostgreSQL adapterJon Moss2016-01-181-6/+0
|
* Checked in changes to Gemfile.lock on latest masterPrathamesh Sonpatki2016-01-171-2/+1
| | | | - Eventmachine version gets updated when `bundle` is run locally.
* Revert "Merge pull request #22977 from rails/revert-22934-master"David Heinemeier Hansson2016-01-161-1/+1
| | | | | This reverts commit d0393fccffc118a5de37654aa222774b66123393, reversing changes made to 3b7ccadfc1c8dfec61af898167e1300b17f5cf25.
* Revert "Move async execution from celluloid to concurrent-ruby"David Heinemeier Hansson2016-01-081-1/+1
|
* Merge pull request #22934 from mperham/masterDavid Heinemeier Hansson2016-01-081-1/+1
|\ | | | | Move async execution from celluloid to concurrent-ruby
| * Move async execution from celluloid to concurrent-rubyMike Perham2016-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes 8 runtime gem dependencies from Rails: ``` Using hitimes 1.2.3 Using timers 4.1.1 Using celluloid-essentials 0.20.5 Using celluloid-extras 0.20.5 Using celluloid-fsm 0.20.5 Using celluloid-pool 0.20.5 Using celluloid-supervision 0.20.5 Using celluloid 0.17.2 ```
* | remove activemodel dependency on builderLachlan Sylvester2016-01-061-1/+0
|/
* Updated Gemfile.lock with latest change related to sucker_punch dependencyPrathamesh Sonpatki2016-01-031-1/+1
| | | | - Followup of https://github.com/rails/rails/commit/bc194937ad6c1fa12bca73cfc05de39a97ba783d.
* Change `alpha` to `beta1` to prep for release of Rails 5eileencodes2015-12-181-32/+32
| | | | :tada: :beers:
* Use released rackRafael Mendonça França2015-12-181-9/+2
|
* Install jquery-railsRafael Mendonça França2015-12-181-0/+5
| | | | | It will make sure that the generated application in the tests get the gem.
* Merge pull request #22642 from seuros/remove-mysql-adapterMatthew Draper2015-12-181-3/+0
|\ | | | | | | Remove legacy mysql adapter
| * Remove legacy mysql adapterAbdelkader Boudih2015-12-171-3/+0
| |
* | Use released GlobalID now that it provides URI::GID::MissingModelIdError for ↵Jeremy Daer2015-12-171-10/+3
| | | | | | | | Active Job
* | Require Nokogiri >= 1.6.7.1Jon Moss2015-12-171-1/+1
| | | | | | | | Many CVEs released: https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s
* | Use release sprockets-railsRafael Mendonça França2015-12-171-14/+7
| |
* | Use released jquery-railsRafael Mendonça França2015-12-171-11/+0
| |
* | Use released arelRafael Mendonça França2015-12-171-9/+2
| |
* | Use released mail gemRafael Mendonça França2015-12-171-9/+2
|/
* Use released turbolinks in the test suiteRafael Mendonça França2015-12-171-9/+3
|
* Merge pull request #22586 from rails/merge-action-cableDavid Heinemeier Hansson2015-12-171-0/+22
|\ | | | | Merge Action Cable into master
| * Merge branch 'master' into merge-action-cableRafael Mendonça França2015-12-161-48/+37
| |\
| * | Update Gemfile.lockRafael Mendonça França2015-12-141-5/+0
| | |
| * | Initial stab at adding Action Cable to rails/masterDavid Heinemeier Hansson2015-12-141-1/+32
| |\ \
| | * | Get ready to merge into RailsDavid Heinemeier Hansson2015-12-141-132/+0
| | | |
| | * | Don't ask an yanked celluloid versionRafael Mendonça França2015-10-231-4/+4
| | | |
| | * | Test against Rails edge by default. CI against 4.2 also.Jeremy Daer2015-10-161-34/+59
| | | | | | | | | | | | | | | | * Don't deep-require to AD::Http::Request since it misses Mime autoload
| | * | Fix the gem version in Gemfile.lockKasper Timm Hansen2015-07-291-1/+1
| | | |
| | * | Use Celluloid 0.16.0 until termination issue in 0.17.0 is resolvedJavan Makhmali2015-07-241-44/+2
| | | | | | | | | | | | | | | | The issue: https://github.com/celluloid/celluloid/issues/637
| | * | Update gems and requiresThomas Walpole2015-07-221-9/+50
| | | |