aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
Commit message (Collapse)AuthorAgeFilesLines
* Use released `sidekiq` instead of master versionyuuji.yaginuma2017-10-091-11/+6
| | | | | The sidekiq 5.0.5 includes redis-rb 4.0 support. Ref: https://github.com/mperham/sidekiq/blob/90db3b84208cbb73a50d1a77a1dea97d3490ce70/Changes.md#505
* Missing revision 5efd21bb7ee4b326d9c0d26fccad10fc59dd51f0 in redis-rb-4.0 branchRyuta Kamizono2017-10-091-1/+1
| | | | Seems the branch has rebased. cc @jeremy
* redis-rb 4.0 supportJeremy Daer2017-10-081-16/+33
| | | | | | | | * Use `gem 'redis', '~> 4.0'` for new app Gemfiles * Loosen Action Cable redis-rb dep to `>= 3.3, < 5` * Bump redis-namespace for looser Redis version dep * Avoid using the underlying `redis.client` directly * Use `Redis.new` instead of `Redis.connect`
* mocha 1.3.0Akira Matsuda2017-09-251-2/+2
|
* Use the default Capybara registered puma server configurationThomas Walpole2017-09-181-1/+1
|
* Stick with the RUBY_VERSION check on stopgap_13632Matthew Draper2017-09-151-2/+0
|
* Use v3 of the AWS SDKYuji Yaginuma2017-09-091-6/+11
|
* Do not install unused gemyuuji.yaginuma2017-09-081-8/+0
| | | | | | `qu-redis` is need for qu adapter test. However, since 8ecc5ab, qu adapter test has not been executed, it is unnecessary now.
* Add stopgap_13632 workaroundMatthew Draper2017-08-291-0/+2
| | | | | I'm not sure this is the problem we're seeing on Travis (occasional unexpected IOError exceptions), but it's worth a try.
* Update azure-core to 0.1.11 to fix rails-dev-boxBradley Buda2017-08-231-3/+4
| | | | | | | | | | | | rails-dev-box was failing to install gems with a filesystem permission error. The issue was introduced when azure-core was bumped from 0.1.9 to 0.1.10 in d2f493c. azure-core has fixed the build problem [1] and released a new version, 0.1.11 with the fix. This change is just to run `bundle update azure-core` to pick up that fix. [1]: https://github.com/Azure/azure-ruby-asm-core/commit/536c3fc21cc48c292959cc10a9e5551e165aa0ed
* Temporarily point to a fork of SDocRobin Dupret2017-08-171-3/+9
| | | | | | | | | | | This fork brings: * A tiny refresh of the default theme. * SEO tags to class files. * The removal of HTML tags from search results. * Some general template clean-up (HTML 5, removal of the jQuery effect library, etc.). * A speed up of the generation time (by ~30 seconds).
* Bump `thor` and `blade`yuuji.yaginuma2017-08-171-3/+3
| | | | For test with latest thor.
* Test with released thorRafael Mendonça França2017-08-161-35/+28
| | | | thor 0.20.0 was released so we can test with the released version.
* Depend on offical azure-coredixpac2017-08-031-10/+4
| | | | | No need to depend on my fork anymore, they've just release fix officially.
* Fix `Style/StringLiterals` violations for Active StorageRyuta Kamizono2017-08-031-1/+0
| | | | | | | | | | | | ``` % be rubocop -a --only Style/StringLiterals activestorage Inspecting 74 files ........................................CCCCCCCCCC.C........CC.......C.C.. (snip) 74 files inspected, 31 offenses detected, 31 offenses corrected ```
* Merge branch 'master' into active-storage-importDavid Heinemeier Hansson2017-08-021-1/+8
|\
| * Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-011-80/+108
| |\
| * | Bump minitest; Use double quotesKasper Timm Hansen2017-07-151-1/+1
| | |
| * | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-07-151-19/+18
| |\ \
| * \ \ Merge branch 'master' into unlock-minitestRafael Mendonça França2017-06-021-3/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-05-291-28/+33
| |\ \ \ \
| * | | | | Add minitest-bisect as part of the gemfileRafael Mendonça França2017-04-261-1/+8
| | | | | |
| * | | | | Release minitest lock so we can fix the order dependent testsRafael Mendonça França2017-04-261-2/+1
| | | | | |
* | | | | | Don't depend on HTTPartyclaudiob2017-08-011-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "httparty" is only added in #30020 to write two tests to make PUT requests against S3 and GCS. The same requests can be made with net/http, removing a dependency from the Gemfile.
* | | | | | Resolve gemspec typoDavid Heinemeier Hansson2017-07-311-0/+85
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #29940 from kamipo/update_gemfile_lockSean Griffin2017-07-251-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Update Gemfile.lock to reflect arel 9.0.0.alpha
| * | | | | Update Gemfile.lock to reflect arel 9.0.0.alphaRyuta Kamizono2017-07-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Follow up to 089ca52.
* | | | | | Merge pull request #29932 from koic/supress_deprecated_warning_in_actioncableSean Griffin2017-07-251-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Suppress deprecated warning in Action Cable
| * | | | | Suppress deprecated warning in Action CableKoichi ITO2017-07-251-1/+1
| | | | | |
* | | | | | Fix failing testsSean Griffin2017-07-251-1/+1
|/ / / / / | | | | | | | | | | | | | | | `bind_values` was removed from Arel
* | | | | Merge pull request #29859 from dwightwatson/feature/rack-testRafael Mendonça França2017-07-241-65/+70
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Update rack-test dependency constraint
| * | | | | Update rack-test dependency constraintDwight Watson2017-07-241-68/+77
| | | | | |
* | | | | | Merge pull request #29908 from deivid-rodriguez/fix_warnings_in_railties_testsRafael França2017-07-241-10/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix warnings in railties tests
| * | | | | | Fix warnings in railties testsDavid Rodríguez2017-07-241-10/+20
| |/ / / / / | | | | | | | | | | | | | | | | | | This warning has been fixed in sass-rails. This change picks up the fix.
* / / / / / Refactor Active Record to let Arel manage bind paramsSean Griffin2017-07-241-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A common source of bugs and code bloat within Active Record has been the need for us to maintain the list of bind values separately from the AST they're associated with. This makes any sort of AST manipulation incredibly difficult, as any time we want to potentially insert or remove an AST node, we need to traverse the entire tree to find where the associated bind parameters are. With this change, the bind parameters now live on the AST directly. Active Record does not need to know or care about them until the final AST traversal for SQL construction. Rather than returning just the SQL, the Arel collector will now return both the SQL and the bind parameters. At this point the connection adapter will have all the values that it had before. A bit of this code is janky and something I'd like to refactor later. In particular, I don't like how we're handling associations in the predicate builder, the special casing of `StatementCache::Substitute` in `QueryAttribute`, or generally how we're handling bind value replacement in the statement cache when prepared statements are disabled. This also mostly reverts #26378, as it moved all the code into a location that I wanted to delete. /cc @metaskills @yahonda, this change will affect the adapters Fixes #29766. Fixes #29804. Fixes #26541. Close #28539. Close #24769. Close #26468. Close #26202. There are probably other issues/PRs that can be closed because of this commit, but that's all I could find on the first few pages.
* | | | | Move back to @matthewd's close io fixed rb-inotify.Kasper Timm Hansen2017-07-191-2/+11
| | | | |
* | | | | Add bootsnap to default Gemfile:Burke Libbey2017-07-171-0/+4
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | Bootsnap precomputes load path resolution and caches ruby ISeq and YAML parsing/compilation, reducing application boot time by approximately 50% on supported configurations.
* | | | Test thor masterRafael Mendonça França2017-07-071-1/+7
| | | |
* | | | Commit gemfile.lockRafael Mendonça França2017-07-041-1/+1
| | | |
* | | | Use bulk INSERT to insert fixturesKir Shatrov2017-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improves the performance from O(n) to O(1). Previously it would require 50 queries to insert 50 fixtures. Now it takes only one query. Disabled on sqlite which doesn't support multiple inserts.
* | | | Merge pull request #29488 from utilum/update_gemfileMatthew Draper2017-06-181-9/+2
|\ \ \ \ | | | | | | | | | | | | | | | Fixes FIXME: rb-inotify 0.99 has been released
| * | | | Fixes FIXME: rb-inotify 0.99 has been releasedutilum2017-06-171-11/+3
|/ / / /
* | | | Bundle capybara 2.14.1 that includes fix for Ruby warningsyuuji.yaginuma2017-06-081-2/+2
| | | | | | | | | | | | | | | | Ref: https://github.com/teamcapybara/capybara/pull/1868
* | | | Let's test nokogiri 1.8 against edge Rails, and vice versaAkira Matsuda2017-06-061-8/+8
| |_|/ |/| |
* | | Merge pull request #29187 from robin850/remove-mathnRafael França2017-05-301-2/+0
|\ \ \ | | | | | | | | Remove requirement on mathn
| * | | Remove requirement on mathnRobin Dupret2017-05-301-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test using mathn was first introduced in f1d9179 to check that the `distance_of_time_in_words` properly doesn't use the `Fixnum#/` method by explicitly requiring this library as it redefines this method. Given that `mathn` has been gemified in Ruby 2.5 and is deprecated since version 2.2, we can certainly safely assume that people will most-likely not require this library in their application. However, to make sure that we don't regress, let's add a test similar to the one before f1d9179.
* | | | Bump RuboCop to 0.49.1Koichi ITO2017-05-301-1/+1
| |_|/ |/| |
* | | Bump `delayed_job_active_record` gemyuuji.yaginuma2017-05-281-4/+4
| | |
* | | Switch to rb-inotify masterMatthew Draper2017-05-271-5/+5
| | | | | | | | | | | | https://github.com/guard/rb-inotify/pull/49 has been merged.
* | | Bump rubocop and dependent gem versionsKoichi ITO2017-05-241-2/+5
|/ /