Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group across 1 directory with 4 updates #133

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'rails', '~> 7.1.3'
gem "sprockets-rails"

# Use sqlite3 as the database for Active Record
gem "sqlite3", "~> 1.4"
gem "sqlite3", "~> 2.0"

# Use Sass to process CSS
gem 'sassc-rails'
Expand Down Expand Up @@ -60,7 +60,7 @@ group :development do
gem 'web-console', '>= 4.1.0'
# Display performance information such as SQL time and flame graphs for each request in your browser.
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md
gem 'rack-mini-profiler', '~> 2.0'
gem 'rack-mini-profiler', '~> 3.3'
gem 'listen', '~> 3.3'

# In production, ElasticBeanstalk will provide it's own version of puma
Expand Down Expand Up @@ -93,6 +93,6 @@ gem 'popper_js'
gem 'blacklight-locale_picker'

# pin for beanstalk..
gem 'nio4r', '2.7.0'
gem 'nio4r', '2.7.3'
# https://github.com/sass/sassc-ruby/issues/146
gem "sassc", "~> 2.1", "< 2.2"
gem "sassc", "~> 2.4"
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ GEM
faraday-net_http (3.1.0)
net-http
ffi (1.17.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand Down Expand Up @@ -233,11 +233,11 @@ GEM
timeout
net-smtp (0.5.0)
net-protocol
nio4r (2.7.0)
nio4r (2.7.3)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.6-arm64-darwin)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
ostruct (0.6.0)
Expand All @@ -251,7 +251,7 @@ GEM
rack (3.1.7)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-mini-profiler (2.3.4)
rack-mini-profiler (3.3.1)
rack (>= 1.2.0)
rack-session (2.0.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -326,7 +326,7 @@ GEM
rspec-support (3.13.1)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
sassc (2.1.0)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
Expand Down Expand Up @@ -354,9 +354,9 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3)
sqlite3 (2.0.2)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (2.0.2-x86_64-linux-gnu)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.1)
Expand Down Expand Up @@ -411,8 +411,8 @@ GEM
zeitwerk (2.6.16)

PLATFORMS
arm64-darwin-23
ruby
x86_64-linux

DEPENDENCIES
blacklight (~> 8.0)
Expand All @@ -430,20 +430,20 @@ DEPENDENCIES
jquery-rails
listen (~> 3.3)
mysql2
nio4r (= 2.7.0)
nio4r (= 2.7.3)
popper_js
puma
rack-cors
rack-mini-profiler (~> 2.0)
rack-mini-profiler (~> 3.3)
rails (~> 7.1.3)
rsolr (>= 1.0)
rspec-rails
sassc (~> 2.1, < 2.2)
sassc (~> 2.4)
sassc-rails
selenium-webdriver
solr_wrapper (~> 4.0)
sprockets-rails
sqlite3 (~> 1.4)
sqlite3 (~> 2.0)
stimulus-rails
traject
turbo-rails
Expand Down
Loading