Skip to content

Commit

Permalink
chore: bump to version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blocknotes committed Sep 14, 2023
1 parent f949fdb commit 57dd24c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

appraise 'rails60-administrate' do # latest administrate
gem 'psych', '~> 3.0'
gem 'rails', '~> 6.0.0'
gem "selenium-webdriver", "4.1.0", require: false # Fix
end
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails60_administrate.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

source "https://rubygems.org"

gem "psych", "~> 3.0"
gem "rails", "~> 6.0.0"
gem "selenium-webdriver", "4.1.0", require: false

Expand Down
4 changes: 3 additions & 1 deletion gemfiles/rails60_administrate.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
administrate_ransack (0.5.0)
administrate_ransack (0.5.1)
administrate (~> 0.18)
ransack (~> 2.3)

Expand Down Expand Up @@ -171,6 +171,7 @@ GEM
method_source (~> 1.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
psych (3.3.4)
public_suffix (5.0.3)
puma (6.3.1)
nio4r (~> 2.0)
Expand Down Expand Up @@ -324,6 +325,7 @@ DEPENDENCIES
cuprite
fasterer
pry-rails
psych (~> 3.0)
puma
rails (~> 6.0.0)
rails-controller-testing
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61_administrate.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
administrate_ransack (0.5.0)
administrate_ransack (0.5.1)
administrate (~> 0.18)
ransack (~> 2.3)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails70_administrate.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
administrate_ransack (0.5.0)
administrate_ransack (0.5.1)
administrate (~> 0.18)
ransack (~> 2.3)

Expand Down
2 changes: 1 addition & 1 deletion lib/administrate_ransack/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AdministrateRansack
VERSION = '0.5.0'
VERSION = '0.5.1'
end

0 comments on commit 57dd24c

Please sign in to comment.