Skip to content

Commit

Permalink
update bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Cain committed Aug 8, 2023
1 parent 5531dc8 commit a5d2441
Show file tree
Hide file tree
Showing 231 changed files with 6,890 additions and 2,728 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.8
3.2.2
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 2.7.8
ruby 3.2.2
nodejs 18.10.0
43 changes: 22 additions & 21 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
# frozen_string_literal: true

source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.2.2'

gem 'blacklight'
gem 'blacklight', '~> 7.0'
gem 'bootsnap', require: false
gem 'bootstrap', '~> 4.0'
gem 'config'
gem 'devise'
gem 'geoblacklight', '~> 1.9.0'
gem 'devise-guests', '~> 0.8'
gem 'geoblacklight', '~> 4.0'
gem 'importmap-rails'
gem 'jbuilder'
gem 'jquery-rails'
gem 'mimemagic', github: 'mimemagicrb/mimemagic', ref: '01f92d86d15d85cfd0f20dabd025dcbd36a8a60f'
gem 'mysql2'
gem 'omniauth'
gem 'omniauth-oauth2'
gem 'rails'
gem 'rainbow'
gem 'rsolr'
gem 'sass-rails'
gem 'puma', '~> 5.0'
gem 'rails', '~> 7.0.6'
gem 'rsolr', '>= 1.0', '< 3'
gem 'sassc-rails', '~> 2.1'
gem 'sdoc', group: :doc
gem 'solr_wrapper'
gem 'sqlite3'
gem 'turbolinks'
gem 'twitter-typeahead-rails'
gem 'uglifier'
gem 'sprockets', '< 4.0'
gem 'sprockets-rails'
gem 'stimulus-rails'
gem 'turbo-rails'
gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript'
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
gem 'view_component'
gem 'whenever'

# Range limit gem for slider on Solr integer fields (year)
# Currently broken (9/2/2016)
# gem 'blacklight_range_limit'

group :development, :test do
gem 'bundler-audit'
gem 'byebug'
Expand All @@ -37,14 +38,14 @@ group :development, :test do
gem 'dotenv-rails'
gem 'factory_bot_rails'
gem 'geckodriver-helper'
gem 'puma'
gem 'rspec-rails'
gem 'rubocop', require: false
gem 'rubocop-rspec', require: false
gem 'selenium-webdriver'
gem 'simplecov'
gem 'solr_wrapper'
gem 'spring'
gem 'sqlite3'
gem 'timecop'
gem 'web-console'
gem 'whenever-test'
end
Loading

0 comments on commit a5d2441

Please sign in to comment.