Skip to content

Commit

Permalink
feat: update minimum Administrate version
Browse files Browse the repository at this point in the history
  • Loading branch information
blocknotes committed Sep 10, 2023
1 parent 73c1fc3 commit 40e02dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec

group :development, :test do
gem 'appraisal'
gem 'puma'
gem 'sqlite3'

Expand Down
4 changes: 1 addition & 3 deletions administrate_ransack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Gem::Specification.new do |spec|

spec.files = Dir['{app,config,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']

spec.add_runtime_dependency 'administrate', '~> 0.14'
spec.add_runtime_dependency 'administrate', '~> 0.18'
spec.add_runtime_dependency 'ransack', '~> 2.3'

spec.add_development_dependency 'appraisal', '~> 2.4'
end

0 comments on commit 40e02dc

Please sign in to comment.