aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Use released `redis-namespace` instead of master versionyuuji.yaginuma2017-11-081-2/+1
| | | | The `redis-namespace` 1.6.0 includes redis-rb 4.0 support.
* Fix tests on Mail 2.7Jeremy Daer2017-10-311-3/+0
| | | | | Reverts 4d96be1c27bd6faed957b197a461f18543acebf2 References #31026
* Workaround for ActionMailer failures by not installing mail 2.7Yasuo Honda2017-11-011-0/+3
| | | | | | | | | | ```ruby TestHelperMailerTest#test_encode BaseTest#test_implicit_multipart_with_attachments_creates_nested_parts BaseTest#test_implicit_multipart_with_attachments_and_sort_order BaseTest#test_explicit_multipart_with_attachments_creates_nested_parts ``` Refer https://travis-ci.org/rails/rails/jobs/295571582
* Remove deprecated Erubis ERB handlerRafael Mendonça França2017-10-231-3/+0
|
* PhantomJS is abandoned, replace it with Selenium/Chrome headlessGuillermo Iguaran2017-10-191-0/+5
|
* Merge pull request #30860 from olimart/patch-1Eileen M. Uchitelle2017-10-151-0/+1
|\ | | | | Update Gemfile with comment for Active Storage group
| * Update GemfileOlivier2017-10-111-0/+1
| |
* | Remove unsued `jquery-rails`yuuji.yaginuma2017-10-131-1/+0
|/ | | | | This has been added by 8f8cb1baa3b5609969805fcdd7295f3d7de2bd6b. But now it is unnecessary because it is not used in the test.
* Use released `sidekiq` instead of master versionyuuji.yaginuma2017-10-091-1/+1
| | | | | The sidekiq 5.0.5 includes redis-rb 4.0 support. Ref: https://github.com/mperham/sidekiq/blob/90db3b84208cbb73a50d1a77a1dea97d3490ce70/Changes.md#505
* redis-rb 4.0 supportJeremy Daer2017-10-081-3/+6
| | | | | | | | * 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-1/+1
|
* Use the default Capybara registered puma server configurationThomas Walpole2017-09-181-1/+1
|
* Remove stopgap_13632 entirely for now: it doesn't support 2.2.8Matthew Draper2017-09-151-3/+0
|
* Stick with the RUBY_VERSION check on stopgap_13632Matthew Draper2017-09-151-1/+1
|
* Bump Travis to new Ruby releasesMatthew Draper2017-09-151-1/+1
| | | | | Most interesting to us, 2.4.2 and 2.3.5 include the fix for https://bugs.ruby-lang.org/issues/13632
* Use v3 of the AWS SDKYuji Yaginuma2017-09-091-1/+1
|
* Do not install unused gemyuuji.yaginuma2017-09-081-1/+1
| | | | | | `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/+4
| | | | | I'm not sure this is the problem we're seeing on Travis (occasional unexpected IOError exceptions), but it's worth a try.
* Temporarily point to a fork of SDocRobin Dupret2017-08-171-1/+1
| | | | | | | | | | | 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).
* Test with released thorRafael Mendonça França2017-08-161-1/+0
| | | | thor 0.20.0 was released so we can test with the released version.
* Use frozen string literal in root filesKoichi ITO2017-08-131-0/+2
|
* Simplify `git_source` in GemfileKoichi ITO2017-08-071-4/+1
| | | | Follow up of https://github.com/rails/rails/commit/0b8441bd415c444b8d4afbfc93af79ec7677aa2c
* Depend on offical azure-coredixpac2017-08-031-3/+0
| | | | | No need to depend on my fork anymore, they've just release fix officially.
* Fix `Style/StringLiterals` violations for Active StorageRyuta Kamizono2017-08-031-2/+2
| | | | | | | | | | | | ``` % 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-2/+1
|\
| * Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-011-1/+6
| |\
| * | Bump minitest; Use double quotesKasper Timm Hansen2017-07-151-1/+1
| | |
| * | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-07-151-3/+1
| |\ \
| * \ \ Merge branch 'master' into unlock-minitestRafael Mendonça França2017-06-021-4/+0
| |\ \ \
| * \ \ \ Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-05-291-4/+8
| |\ \ \ \
| * | | | | Add minitest-bisect as part of the gemfileRafael Mendonça França2017-04-261-0/+2
| | | | | |
| * | | | | Release minitest lock so we can fix the order dependent testsRafael Mendonça França2017-04-261-3/+0
| | | | | |
* | | | | | Don't depend on HTTPartyclaudiob2017-08-011-2/+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.
* | | | | | Bring activestorage dependencies into the general GemfileDavid Heinemeier Hansson2017-07-311-0/+13
| |_|_|_|/ |/| | | |
* | | | | Fix warnings in railties testsDavid Rodríguez2017-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | This warning has been fixed in sass-rails. This change picks up the fix.
* | | | | Move back to @matthewd's close io fixed rb-inotify.Kasper Timm Hansen2017-07-191-0/+2
| | | | |
* | | | | Add bootsnap to default Gemfile:Burke Libbey2017-07-171-0/+3
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | 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-0/+1
| | | |
* | | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* | | | 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 released
| * | | 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 mathn
| * | Remove requirement on mathnRobin Dupret2017-05-301-4/+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.
* | | Switch to rb-inotify masterMatthew Draper2017-05-271-2/+2
| | | | | | | | | | | | https://github.com/guard/rb-inotify/pull/49 has been merged.
* | | Define path with __dir__bogdanvlviv2017-05-231-1/+1
|/ / | | | | | | | | | | ".. with __dir__ we can restore order in the Universe." - by @fxn Related to 5b8738c2df003a96f0e490c43559747618d10f5f
* | mathn has been gemified in ruby 2.5Akira Matsuda2017-05-191-0/+4
| |
* | Allow capybara minor releasesJustin Coyne2017-05-051-1/+1
|/ | | | | | Capybara 2.14.0 was released. Loosen the tight constraint in the generated Gemfile, so that Rails applications can take advantage of the new version
* Ask for a sane version of SDocZachary Scott2017-04-231-1/+1
| | | | | This will allow me to push a release, including bug fixes, without having to update Rails everytime.
* Revert "Avoid broken faraday 0.12.0 release"Matthew Draper2017-04-021-1/+0
| | | | This reverts commit 82a7593e3ac427215a280dae5bd6cd42f9404650.