Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
[ruby] Upgrade blacklight_range_limit to version 8.0.1 (#228)
Browse files Browse the repository at this point in the history
* Update blacklight_range_limit to version 8.0.1

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: nruest <ruestn@gmail.com>
  • Loading branch information
depfu[bot] and ruebot authored Aug 24, 2021
1 parent 715f900 commit ff3178e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/test_app_templates/Gemfile.extra
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gem 'blacklight_range_limit', '8.0.0'
gem 'blacklight_range_limit', '8.0.1'
2 changes: 1 addition & 1 deletion template.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

gem 'warclight', github: 'archivesunleashed/warclight', branch: 'main'
gem 'blacklight_range_limit', '8.0.0'
gem 'blacklight_range_limit', '8.0.1'

run 'bundle install'

Expand Down
2 changes: 1 addition & 1 deletion warclight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_dependency 'blacklight', '~> 7.2'
s.add_dependency 'blacklight_range_limit', '8.0.0'
s.add_dependency 'blacklight_range_limit', '8.0.1'
s.add_dependency 'rails', '>= 5.1', '< 6.2'
s.add_dependency 'sprockets', '< 4.0'

Expand Down

0 comments on commit ff3178e

Please sign in to comment.