1. 16 5月, 2020 6 次提交
  2. 12 3月, 2019 2 次提交
  3. 28 11月, 2018 2 次提交
  4. 27 10月, 2018 3 次提交
    • A
      Tweak queue_classic and pg versions · 22aec58a
      Andrew White 提交于
      The queue_classic gem before version 3.1.0 was locked to patch releases
      of the pg gem so bump the version up from 0.3.2 - unsure how this ever
      worked with 0.3.2 as QC::Setup module didn't exist until version 2.0.0.
      
      Even with using queue_classic-3.1.0 it still has an upper bound of < 0.19.0
      so we need to reduce our pg upper bound so that bundler will resolve.
      22aec58a
    • A
      Lock pg gem to < 0.21.0 · 3e84bb34
      Andrew White 提交于
      Rails 4.2 will never be compatible with pg-1.0 or later so no need
      to be warned about constants being removed and also prevent weird
      bundler resolution with early queue_classic and pg-1.1.3.
      3e84bb34
    • Y
      Fix tests on Mail 2.7.1 · 73b43c96
      yuuji.yaginuma 提交于
      Up to `2.7.0`, encoding was chosen using `Mail::Encodings::TransferEncoding.negotiate`,
      and base64 encoding was used.
      In `2.7.1`, when `transfer_encoding` is not specified, the encoding
      of the message is respected.
      Related to: https://github.com/mikel/mail/commit/dead487e02f592d9058fd07deedcde39b569d18d
      
      However, what chosen for transfer encoding is not essential in these tests.
      To test more accurately, confirm that the decoded body instead.
      
      (cherry picked from commit d2d6f6b7)
      73b43c96
  5. 03 4月, 2018 2 次提交
  6. 01 4月, 2018 5 次提交
  7. 31 3月, 2018 4 次提交
  8. 24 3月, 2018 3 次提交
  9. 22 3月, 2018 1 次提交
  10. 22 2月, 2018 1 次提交
  11. 01 2月, 2018 1 次提交
  12. 26 1月, 2018 1 次提交
  13. 08 1月, 2018 1 次提交
    • E
      Avoid bundler 1.16.1 · 75fe3122
      eileencodes 提交于
      Bunlder 1.16.1 is causing Railties tests to fail for Rails 4-2-stable
      branch. Avoid installing it for now so we can run those tests.
      75fe3122
  14. 09 12月, 2017 3 次提交
    • E
      Lock resque scheduler on Ruby 1.9 · e4a6dd14
      eileencodes 提交于
      Newer versions of resque-scheduler use the new hash syntax which means
      they won't work with Ruby 1.9.3.
      
      This commit locks resque-scheduler to an older version when we're using
      less than Ruby 2.0.0
      
      Fixes:
      
      ```
      def evalsha(script, keys, argv, refresh: false)
                                              ^
      /home/travis/build/rails/rails/vendor/bundle/ruby/1.9.1/gems/resque-scheduler-4.3.1/lib/resque/scheduler/lock/resilient.rb:78: syntax error, unexpected keyword_end, expecting $end
      ```
      e4a6dd14
    • E
      Ensure queue classic is always installed above 0.3.2 · 5d9ecc1b
      eileencodes 提交于
      Somehow travis installed queue classic 0.3.2. 0.3.2 causes the following
      error:
      
      ```
      1) Error:
      AdapterTest#test_perform_job_logging:
      URI::InvalidURIError: bad URI(is not URI?):
      ```
      
      This change sets the lock file to install above 0.3.2. I'm not sure what
      folks are using in production but this prevents the oldest version like
      that from being installed on travis.
      5d9ecc1b
    • E
      Lock ruby gems for Ruby 1.9.3 and 2.0.0 · 1b016af1
      eileencodes 提交于
      Ruby gems 2.7.3 causes the following error in Railties tests on Ruby
      1.9.3 and 2.0.0:
      
      ```
      1) Failure:
      ApplicationTests::BinSetupTest#test_bin_setup_output
      [test/application/bin_setup_test.rb:48]:
      --- expected
      +++ actual
      @@ -1,4 +1,5 @@
      "== Installing dependencies ==
      +YAML safe loading is not available. Please upgrade psych to a
      version that supports safe loading (>= 2.0).
      The Gemfile's dependencies are satisfied
      ```
      
      I'm not aware of a way to make travis set different ruby gems versions
      for specific ruby versions. I really don't think it matters too much
      since this is just on travis and we're not releasing Rails 4.2 much
      anymore. I want to maintain a green build though.
      1b016af1
  15. 08 12月, 2017 2 次提交
  16. 17 10月, 2017 1 次提交
  17. 10 10月, 2017 1 次提交
    • X
      downgrade SDoc · 1dbd24cd
      Xavier Noria 提交于
      The new version has some minor issues, and old release branches
      traditionally keep their theme anyway.
      1dbd24cd
  18. 27 9月, 2017 1 次提交