Skip to content
Open
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 @@ -5,8 +5,8 @@ source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem "bootsnap", ">= 1.1.0", require: false
gem "bootstrap", "~> 4.0"
gem "coffee-rails", "~> 4.2"
gem "bootstrap", "~> 5.3"
gem "coffee-rails", "~> 5.0"
gem "dalli"
gem "devise"
gem "devise-guests", "~> 0.8"
Expand All @@ -33,9 +33,9 @@ gem "rails", "~> 7.2", "< 8.0"
gem "riiif", "~> 2.1"
gem "rsolr", ">= 1.0", "< 3"
gem "sass-rails", "~> 6.0"
gem "sidekiq", "~> 6.4"
gem "sidekiq", "~> 7.3"
gem "turbolinks", "~> 5"
gem "twitter-typeahead-rails", "0.11.1.pre.corejavascript"
gem "twitter-typeahead-rails", "0.11.1"
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
gem "uglifier", ">= 1.3.0"
gem "activerecord-nulldb-adapter", "~> 1.1"
Expand Down
39 changes: 20 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
almond-rails (0.3.0)
rails (>= 4.2)
autoprefixer-rails (10.4.21.0)
execjs (~> 2)
awesome_nested_set (3.8.0)
activerecord (>= 4.0.0, < 8.1)
awesome_print (1.9.2)
Expand Down Expand Up @@ -165,9 +163,8 @@ GEM
rails (>= 6.1, < 9)
bootsnap (1.18.6)
msgpack (~> 1.2)
bootstrap (4.6.2.1)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.16.1, < 2)
bootstrap (5.3.5)
popper_js (>= 2.11.8, < 3)
breadcrumbs_on_rails (3.0.1)
browse-everything (1.6.0)
addressable (~> 2.5)
Expand Down Expand Up @@ -200,9 +197,9 @@ GEM
logger (~> 1.5)
clipboard-rails (1.7.1)
coderay (1.1.3)
coffee-rails (4.2.2)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
railties (>= 5.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
Expand Down Expand Up @@ -666,7 +663,7 @@ GEM
mime-types-data (3.2025.0924)
mini_magick (4.13.2)
mini_mime (1.1.5)
minitest (5.26.0)
minitest (5.26.1)
msgpack (1.8.0)
multi_json (1.17.0)
multi_xml (0.7.2)
Expand Down Expand Up @@ -737,7 +734,7 @@ GEM
pg (1.6.2-x86_64-darwin)
pg (1.6.2-x86_64-linux)
pg (1.6.2-x86_64-linux-musl)
popper_js (1.16.1)
popper_js (2.11.8)
pp (0.6.3)
prettyprint
prettier_print (1.2.1)
Expand Down Expand Up @@ -880,6 +877,8 @@ GEM
redic (1.5.3)
hiredis
redis (4.8.1)
redis-client (0.26.1)
connection_pool
redis-namespace (1.11.0)
redis (>= 4)
redlock (1.3.2)
Expand All @@ -892,7 +891,7 @@ GEM
activemodel (>= 5.0)
reform (>= 2.3.1, < 3.0.0)
regexp_parser (2.11.3)
reline (0.6.2)
reline (0.6.3)
io-console (~> 0.5)
representable (3.2.0)
declarative (< 0.1.0)
Expand Down Expand Up @@ -957,10 +956,12 @@ GEM
select2-rails (3.5.11)
shoulda-matchers (7.0.1)
activesupport (>= 7.1)
sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq (7.3.9)
base64
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
signet (0.21.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
Expand Down Expand Up @@ -1030,7 +1031,7 @@ GEM
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
twitter-typeahead-rails (0.11.1.pre.corejavascript)
twitter-typeahead-rails (0.11.1)
actionpack (>= 3.1)
jquery-rails
railties (>= 3.1)
Expand Down Expand Up @@ -1105,9 +1106,9 @@ DEPENDENCIES
better_errors
binding_of_caller
bootsnap (>= 1.1.0)
bootstrap (~> 4.0)
bootstrap (~> 5.3)
capybara
coffee-rails (~> 4.2)
coffee-rails (~> 5.0)
dalli
database_cleaner
debug (>= 1.0.0)
Expand Down Expand Up @@ -1135,13 +1136,13 @@ DEPENDENCIES
rtesseract
sass-rails (~> 6.0)
shoulda-matchers
sidekiq (~> 6.4)
sidekiq (~> 7.3)
simplecov
syntax_tree
syntax_tree-haml
syntax_tree-rbs
turbolinks (~> 5)
twitter-typeahead-rails (= 0.11.1.pre.corejavascript)
twitter-typeahead-rails (= 0.11.1)
tzinfo-data
uglifier (>= 1.3.0)
vcr
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.16"
version = "~> 6.20"
}
}

Expand Down
Loading