aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
| | * | Remove version requirements.constXife2015-07-201-3/+3
| | | |
| | * | Add coffee-rails as a dependency.constXife2015-07-201-0/+15
| | | |
| | * | Move dev dependencies from Gemfile to the gemspec: rake, puma, mochaJeremy Kemper2015-07-131-1/+1
| | | |
| | * | Updated Gemfile.lockPratik Naik2015-07-121-8/+8
| | | |
| | * | Add actionpack as a dependencyPratik Naik2015-07-121-1/+32
| | | |
| | * | Load mocha for testsPratik Naik2015-07-121-0/+4
| | | |
| | * | Freshen Gemfile.lockJeffrey Hardy2015-07-081-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generated from a fresh `bundle install` * Add websocket-driver * Update activesupport * Rename `actioncable` -> `action_cable`
| | * | Use latest BundlerDavid Heinemeier Hansson2015-07-071-1/+4
| | | |
| | * | Latest dependenciesDavid Heinemeier Hansson2015-06-191-6/+8
| | | |
| | * | Add connection identifier and an internal redis channelPratik Naik2015-04-061-2/+7
| | | |
| | * | Support Rails 5Jeremy Kemper2015-02-161-3/+3
| | | |
| | * | New Gemfile.lockPratik Naik2015-02-131-14/+7
| | | |
| | * | Latest gems and fix a callback bugPratik Naik2015-01-151-0/+54
| | /
* | / Add mysql back to the GemfileSean Griffin2015-12-161-1/+1
| |/ |/| | | | | I didn't mean to commit that!
* | Merge branch 'sprockets-3'Rafael Mendonça França2015-12-161-48/+33
|\ \
| * | Use sprockets 3 in the Rails 5 releaseRafael Mendonça França2015-12-161-47/+39
| |/
* / Avoid conditionals in the GemfileSean Griffin2015-12-161-4/+12
|/ | | | | "conditionals in the gemfile creates conditional code in the Gemfile.lock. Since it is checked in the repository I think it is better to avoid it"
* Update nokogiri to 1.6.7Tamir Duberstein2015-12-101-4/+4
| | | | | This picks up https://github.com/sparklemotion/nokogiri/pull/1218 which allows nokogiri to compile on Xcode-only OS X systems.
* Revert "Add prepared statements support for `Mysql2Adapter`"Sean Griffin2015-11-261-2/+2
|
* Upgrade to listen 3.0.5, re-enable testsGodfrey Chan2015-11-261-2/+2
| | | | | | | | | | In listen 3.0.4 and below, the `#stop` method on the notification backends are a no-op, meaning that we are leaking them per test. This ended up triggering another bug in Ruby that causes our builds to fail randomly on CI. listen bug: https://github.com/guard/listen/issues/353 ruby bug: https://bugs.ruby-lang.org/issues/11744
* Add prepared statements support for `Mysql2Adapter`Ryuta Kamizono2015-11-261-2/+2
|
* Use latest byebugTakashi Kokubun2015-11-181-1/+1
|
* Using released concurrent-rubyRafael Mendonça França2015-11-161-2/+2
|
* upgrade listen to 3.0.4Xavier Noria2015-11-081-2/+2
| | | | 3.0.3 has a bug in OS X.
* implements an evented file update checker [Puneet Agarwal]Xavier Noria2015-11-081-0/+10
| | | | | | | | | | | | This is the implementation of the file update checker written by Puneet Agarwal for GSoC 2015 (except for the tiny version of the listen gem, which was 3.0.2 in the original patch). Puneet's branch became too out of sync with upstream. This is the final work in one single clean commit. Credit goes in the first line using a convention understood by the contrib app.
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-2/+2
|