Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
rawOrlando committed Jul 21, 2023
1 parent 20aeb08 commit f51dcea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ gem 'sass-rails'
gem 'uglifier'

gem 'blacklight', '~> 6.14'
gem 'blacklight_range_limit'
# temp removal
#gem 'blacklight_range_limit'

gem 'mysql2', '~> 0.4.10'
gem 'okcomputer'
Expand All @@ -29,6 +30,8 @@ gem 'riiif'
# gem 'active-fedora', '~> 11.5', '>= 11.5.2'
# gem 'active_fedora-noid', '~> 2.2'

gem 'nokogiri'


group :development do
gem 'byebug'
Expand Down
9 changes: 1 addition & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ GEM
rails (>= 4.2, < 6)
rsolr (>= 1.0.6, < 3)
twitter-typeahead-rails (= 0.11.1.pre.corejavascript)
blacklight_range_limit (7.0.0)
blacklight
jquery-rails
rails (>= 3.0)
tether-rails
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
Expand Down Expand Up @@ -387,8 +382,6 @@ GEM
sxp (1.0.2)
rdf (~> 3.0)
temple (0.8.1)
tether-rails (1.4.0)
rails (>= 3.1)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.9)
Expand All @@ -411,10 +404,10 @@ PLATFORMS
DEPENDENCIES
bixby
blacklight (~> 6.14)
blacklight_range_limit
byebug
jquery-rails
mysql2 (~> 0.4.10)
nokogiri
okcomputer
qa
rails (~> 5.0)
Expand Down

0 comments on commit f51dcea

Please sign in to comment.