Skip to content

Commit

Permalink
Merge pull request #1047 from nla/chore/prepare-release
Browse files Browse the repository at this point in the history
chore: prepare release
  • Loading branch information
CEdwardsBlasikiewicz authored Sep 6, 2024
2 parents 27de788 + bb26816 commit c7db400
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ gem "ebsco-eds", "~> 1.1", ">= 1.1.5"
gem "email_validator", "~> 2.2"
gem "phonelib", "~> 0.9.1"

gem "nla-blacklight_common", git: "https://github.com/nla/nla-blacklight_common", branch: "main"
gem "nla-blacklight_common", git: "https://github.com/nla/nla-blacklight_common", tag: "0.2.7"
gem "bento_search", git: "https://github.com/nla/bento_search.git", tag: "0.0.1"
gem "blacklight_range_limit", "~> 8.0", "< 9"
# For local development, comment out above ⤴️ and uncomment below ⤵️
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GIT
GIT
remote: https://github.com/nla/nla-blacklight_common
revision: c13854cc911a8c5a42eb1d8c9183d8db6f99d3fd
branch: main
tag: 0.2.7
specs:
nla-blacklight_common (0.2.7)
activerecord-session_store (~> 2.0)
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

module NlaBlacklight
VERSION = "3.4.0"
# remove this comment, used to force release-please to create a pr.

class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
Expand Down

0 comments on commit c7db400

Please sign in to comment.