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: diogob/postgres-copy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.1
Choose a base ref
...
head repository: diogob/postgres-copy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.2
Choose a head ref
  • 7 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 28, 2024

  1. Ruby 3.4 dependency gemspec change

    ```
    csv.rb was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec. Also contact author of postgres-copy-1.7.1 to add csv into its gemspec.
    ```
    DRSisco authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    64701b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Check in Gemfile.lock

    DRSisco committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    71baec5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from DRSisco/patch-1

    Ruby 3.4 dependency gemspec change
    diogob authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0f43d27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13eaab5 View commit details
    Browse the repository at this point in the history
  4. Bump patch version

    diogob committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    4b0bd30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57ea2c4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #74 from diogob/fix-ci

    Update ruby versions used for CI
    diogob authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    637d900 View commit details
    Browse the repository at this point in the history
Loading