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: net-ssh/bcrypt_pbkdf-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: net-ssh/bcrypt_pbkdf-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 4 files changed
  • 4 contributors

Commits on May 19, 2024

  1. chore: add vbump tasks

    mfazekas committed May 19, 2024
    Configuration menu
    Copy the full SHA
    a83bf8d View commit details
    Browse the repository at this point in the history
  2. chore: bump version

    NetSHH Robot committed May 19, 2024
    Configuration menu
    Copy the full SHA
    5c03837 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5960b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac24c50 View commit details
    Browse the repository at this point in the history
  5. chore: bump version

    NetSHH Robot committed May 19, 2024
    Configuration menu
    Copy the full SHA
    fca1b47 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. chore: bump version

    NetSHH Robot committed May 20, 2024
    Configuration menu
    Copy the full SHA
    4a15965 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2025

  1. Add Ruby 3.4 support

    brendon committed Apr 13, 2025
    Configuration menu
    Copy the full SHA
    77d005a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Merge pull request #26 from brendon/Ruby-3.4

    Add Ruby 3.4 support
    mfazekas authored May 16, 2025
    Configuration menu
    Copy the full SHA
    25919bb View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. chore: bump version

    NetSHH Robot committed May 21, 2025
    Configuration menu
    Copy the full SHA
    fc24985 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2691997 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. chore: bump version

    NetSHH Robot committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    e52088f View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. Fix compatibility with minitest 6

    This fixes minitest 5 warnings such as:
    
    ~~~
    $ bundle exec rake test
      shell: /usr/bin/bash -e {0}
    /home/runner/.rubies/ruby-head/bin/ruby -w -I"lib:test" -w /home/runner/work/bcrypt_pbkdf-ruby/bcrypt_pbkdf-ruby/vendor/bundle/ruby/4.0.0+0/gems/rake-13.3.1/lib/rake/rake_test_loader.rb "test/bcrypt_pnkdf/engine_test.rb"
    MiniTest::Unit::TestCase is now Minitest::Test. From /home/runner/work/bcrypt_pbkdf-ruby/bcrypt_pbkdf-ruby/test/bcrypt_pnkdf/engine_test.rb:58:in '<top (required)>'
    
    ... snip ...
    ~~~
    
    as well as minitest 6 error:
    
    ~~~
    $ bundle exec rake test
      shell: /usr/bin/bash -e {0}
    /home/runner/.rubies/ruby-head/bin/ruby -w -I"lib:test" -w /home/runner/work/bcrypt_pbkdf-ruby/bcrypt_pbkdf-ruby/vendor/bundle/ruby/4.0.0+0/gems/rake-13.3.1/lib/rake/rake_test_loader.rb "test/bcrypt_pnkdf/engine_test.rb"
    /home/runner/.rubies/ruby-head/lib/ruby/4.0.0+0/bundled_gems.rb:60:in 'Kernel.require': cannot load such file -- minitest/unit (LoadError)
    	from /home/runner/.rubies/ruby-head/lib/ruby/4.0.0+0/bundled_gems.rb:60:in 'block (2 levels) in Kernel#replace_require'
    	from /home/runner/work/bcrypt_pbkdf-ruby/bcrypt_pbkdf-ruby/test/bcrypt_pnkdf/engine_test.rb:2:in '<top (required)>'
    	from /home/runner/.rubies/ruby-head/lib/ruby/4.0.0+0/bundled_gems.rb:60:in 'Kernel.require'
    	from /home/runner/.rubies/ruby-head/lib/ruby/4.0.0+0/bundled_gems.rb:60:in 'block (2 levels) in Kernel#replace_require'
    	from /home/runner/work/bcrypt_pbkdf-ruby/bcrypt_pbkdf-ruby/vendor/bundle/ruby/4.0.0+0/gems/rake-13.3.1/lib/rake/rake_test_loader.rb:21:in 'block in <main>'
    	from /home/runner/work/bcrypt_pbkdf-ruby/bcrypt_pbkdf-ruby/vendor/bundle/ruby/4.0.0+0/gems/rake-13.3.1/lib/rake/rake_test_loader.rb:6:in 'Array#select'
    	from /home/runner/work/bcrypt_pbkdf-ruby/bcrypt_pbkdf-ruby/vendor/bundle/ruby/4.0.0+0/gems/rake-13.3.1/lib/rake/rake_test_loader.rb:6:in '<main>'
    ~~~
    
    Where tha latter is caused by:
    
    minitest/minitest@0bec7a1
    voxik committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    a60b23d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28 from voxik/minitest6

    Fix compatibility with minitest 6
    mfazekas authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    7f01eb3 View commit details
    Browse the repository at this point in the history
Loading