Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lardawge/carrierwave_backgrounder Loading
base: master
Choose a base ref
...
head repository: 88labs/carrierwave_backgrounder Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 10 files changed
  • 7 contributors

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    3972524 View commit details
    Browse the repository at this point in the history
  2. remove unused file

    wonda-tea-coffee committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    8b16f3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93e950d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d29542 View commit details
    Browse the repository at this point in the history
  5. Add missing require 'fileutils'

    FileUtils is not loaded automatically.
    We should require it before use.
    wonda-tea-coffee committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    3e1eb35 View commit details
    Browse the repository at this point in the history
  6. Fix keyword argument

    wonda-tea-coffee committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    455ecf2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from 88labs/update-dependency

    Update carrierwave dependency
    wonda-tea-coffee committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    2fb8e55 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Merge pull request #2 from 88labs/replace-spec-to-github-actions

    add Github Actions test
    wonda-tea-coffee committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    84bb95c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. dependabot.yml を追加

    sasasin committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    daa5f7a View commit details
    Browse the repository at this point in the history
  2. 未使用を削除した

    sasasin committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    0fe10b7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from 88labs/add-dependabot-1

    dependabot.yml を追加する
    sasasin committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    a4092bb View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Stringify sidekiq arguments

    Fixes Sidekiq 6.5.x warning
    
    Sidekiq 7 will no longer allow symbol arguments
    holstvoogd committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    112ae70 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    e7db86d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from 88labs/support-sidekiq7

    [Support Sidekiq7] Stringify sidekiq arguments
    hirogata committed May 11, 2023
    Configuration menu
    Copy the full SHA
    65cb599 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Update carrierwave requirement from >= 0.5, < 2.3 to >= 0.5, < 3.1

    Updates the requirements on [carrierwave](https://github.com/carrierwaveuploader/carrierwave) to permit the latest version.
    - [Release notes](https://github.com/carrierwaveuploader/carrierwave/releases)
    - [Changelog](https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md)
    - [Commits](carrierwaveuploader/carrierwave@v0.5.0...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: carrierwave
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c4f39d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Merge pull request #8 from 88labs/dependabot/bundler/carrierwave-gte-…

    …0.5-and-lt-3.1
    
    Update carrierwave requirement from >= 0.5, < 2.3 to >= 0.5, < 3.1
    tricknotes committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    310a4a6 View commit details
    Browse the repository at this point in the history
Loading