Skip to content

Commit

Permalink
Gems: set Pagy everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Apr 29, 2024
1 parent 8e14971 commit 2cd8f7d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
23 changes: 12 additions & 11 deletions spec/test_app_templates/Gemfile.extra
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# GBL‡ADMIN
gem 'active_storage_validations'
gem 'awesome_print'
gem 'blacklight_advanced_search'
gem 'devise-bootstrap-views', '~> 1.0'
gem "active_storage_validations"
gem "awesome_print"
gem "blacklight_advanced_search"
gem "devise-bootstrap-views", "~> 1.0"
gem "devise_invitable", "~> 2.0.0"
gem 'dotenv-rails'
gem 'haml'
gem 'inline_svg'
gem 'kithe', '~> 2.0'
gem 'noticed'
gem 'paper_trail'
gem 'simple_form'
gem "dotenv-rails"
gem "haml"
gem "inline_svg"
gem "kithe", "~> 2.0"
gem "noticed"
gem "paper_trail"
gem "pagy"
gem "simple_form"
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class TestAppGenerator < Rails::Generators::Base
def add_gems
gem "blacklight", "~> 7.0"
gem "geoblacklight", ">= 4.0"
gem "pagy"
gem "simple_form"

Bundler.with_unbundled_env do
Expand Down
1 change: 1 addition & 0 deletions template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
gem "inline_svg"
gem "kithe", "~> 2.0"
gem "noticed"
gem "pagy"
gem "paper_trail"
gem "simple_form"

Expand Down

0 comments on commit 2cd8f7d

Please sign in to comment.