Skip to content

Commit

Permalink
chore: bump to version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blocknotes committed Sep 10, 2023
1 parent 51e8d94 commit 58f4273
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

appraise 'rails60-administrate' do # latest administrate
gem 'rails', '~> 6.0.0'
gem "selenium-webdriver", "4.1.0", require: false # Fix
end

appraise 'rails61-administrate' do # latest administrate
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60_administrate.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source "https://rubygems.org"

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

group :development, :test do
gem "appraisal"
Expand All @@ -20,7 +21,6 @@ group :development, :test do
gem "rubocop-rails"
gem "rubocop-rspec"
gem "pry-rails"
gem "selenium-webdriver", "4.1.0", require: false # Fix
end

gemspec path: "../"
2 changes: 1 addition & 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.4.1)
administrate_ransack (0.5.0)
administrate (~> 0.18)
ransack (~> 2.3)

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.4.1)
administrate_ransack (0.5.0)
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.4.1)
administrate_ransack (0.5.0)
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.4.1'
VERSION = '0.5.0'
end

0 comments on commit 58f4273

Please sign in to comment.