Skip to content

Commit

Permalink
Upgrade non-rails gems (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbergja authored Dec 21, 2023
1 parent 5529576 commit ed3eae0
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 66 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "rails", "~> 6.0"
# Use postgres as the database for Active Record
gem "pg"
# Use Puma as the app server
gem "puma", "~> 5.6"
gem "puma"

gem "jbuilder"

Expand All @@ -29,7 +29,7 @@ gem "whenever", require: false
# Single sign on
gem "devise"
gem "omniauth-cas"
gem "omniauth-rails_csrf_protection", "~> 0.1"
gem "omniauth-rails_csrf_protection"

# workflow
gem "aasm"
Expand All @@ -41,12 +41,12 @@ gem "net-ldap"
gem "kaminari"

# static pages
gem "high_voltage", "~> 3.1"
gem "high_voltage"

gem "honeybadger"

group :development, :test do
gem "bixby", "~> 5.0"
gem "bixby"
gem "byebug", platforms: %i[mri mingw x64_mingw]
gem "pry"
gem "pry-byebug"
Expand All @@ -57,7 +57,7 @@ group :development do
gem "capistrano-rails"
gem "capistrano-yarn"
gem "rails_real_favicon"
gem "rspec-rails", "~> 4.0.1"
gem "rspec-rails"
gem "web-console", ">= 3.3.0"
end

Expand Down
123 changes: 62 additions & 61 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ GEM
airbrussh (1.5.0)
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.2)
bcrypt (3.1.18)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.0)
bindex (0.8.1)
bixby (5.0.2)
Expand All @@ -76,7 +76,7 @@ GEM
rubocop-performance
rubocop-rails
rubocop-rspec
bootsnap (1.11.1)
bootsnap (1.17.0)
msgpack (~> 1.2)
builder (3.2.4)
byebug (11.1.3)
Expand Down Expand Up @@ -110,9 +110,9 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.2.2)
crass (1.0.6)
date (3.3.3)
date (3.3.4)
declarative (0.0.20)
devise (4.8.1)
devise (4.9.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand All @@ -122,7 +122,7 @@ GEM
disposable (0.6.3)
declarative (>= 0.0.9, < 1.0.0)
representable (>= 3.1.1, < 4)
docile (1.3.5)
docile (1.4.0)
dry-cli (1.0.0)
ed25519 (1.3.0)
erubi (1.12.0)
Expand All @@ -131,31 +131,31 @@ GEM
factory_bot_rails (6.4.2)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.0.0)
faker (3.2.2)
i18n (>= 1.8.11, < 2)
globalid (1.2.1)
activesupport (>= 6.1)
hashie (5.0.0)
high_voltage (3.1.2)
honeybadger (5.0.2)
honeybadger (5.4.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.7.1)
kaminari (1.2.1)
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.1)
kaminari-activerecord (= 1.2.1)
kaminari-core (= 1.2.1)
kaminari-actionview (1.2.1)
kaminari-actionview (= 1.2.2)
kaminari-activerecord (= 1.2.2)
kaminari-core (= 1.2.2)
kaminari-actionview (1.2.2)
actionview
kaminari-core (= 1.2.1)
kaminari-activerecord (1.2.1)
kaminari-core (= 1.2.2)
kaminari-activerecord (1.2.2)
activerecord
kaminari-core (= 1.2.1)
kaminari-core (1.2.1)
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
launchy (2.5.2)
addressable (~> 2.8)
loofah (2.22.0)
Expand All @@ -172,21 +172,21 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
msgpack (1.4.5)
net-imap (0.3.7)
msgpack (1.7.2)
net-imap (0.4.8)
date
net-protocol
net-ldap (0.17.1)
net-ldap (0.18.0)
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
net-protocol (0.2.2)
timeout
net-scp (4.0.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-smtp (0.3.3)
net-smtp (0.4.0)
net-protocol
net-ssh (7.2.1)
nio4r (2.5.9)
nio4r (2.7.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -201,18 +201,19 @@ GEM
actionpack (>= 4.2)
omniauth (>= 1.3.1)
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.1.3.0)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
pg (1.3.5)
racc
pg (1.5.4)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.4)
puma (5.6.7)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
Expand Down Expand Up @@ -246,10 +247,10 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails_real_favicon (0.0.13)
rails_real_favicon (0.1.1)
json (>= 1.7, < 3)
rails
rubyzip (~> 1)
rubyzip (~> 2)
railties (6.1.7.6)
actionpack (= 6.1.7.6)
activesupport (= 6.1.7.6)
Expand All @@ -274,23 +275,23 @@ GEM
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.6)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-rails (4.0.2)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.11.1)
rspec-support (~> 3.12.0)
rspec-rails (6.1.0)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.28.2)
Expand All @@ -302,9 +303,9 @@ GEM
rubocop-ast (>= 1.17.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.24.0)
parser (>= 3.1.1.0)
rubocop-performance (1.15.1)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.15.2)
Expand All @@ -313,18 +314,18 @@ GEM
rubocop (>= 1.7.0, < 2.0)
rubocop-rspec (2.11.1)
rubocop (~> 1.19)
ruby-progressbar (1.11.0)
rubyzip (1.3.0)
selenium-webdriver (4.15.0)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
selenium-webdriver (4.16.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
simplecov (0.21.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
simplecov_json_formatter (0.1.4)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand All @@ -336,13 +337,13 @@ GEM
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
thor (1.3.0)
timecop (0.9.6)
timeout (0.4.0)
timecop (0.9.8)
timeout (0.4.1)
trailblazer-option (0.1.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
unicode-display_width (2.3.0)
unicode-display_width (2.5.0)
vite_rails (3.0.17)
railties (>= 5.1, < 8)
vite_ruby (~> 3.0, >= 3.2.2)
Expand All @@ -352,7 +353,7 @@ GEM
zeitwerk (~> 2.2)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.0)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
Expand All @@ -361,7 +362,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
whenever (0.10.0)
whenever (1.0.0)
chronic (>= 0.6.3)
xpath (3.2.0)
nokogiri (~> 1.8)
Expand All @@ -373,7 +374,7 @@ PLATFORMS
DEPENDENCIES
aasm
bcrypt_pbkdf
bixby (~> 5.0)
bixby
bootsnap (>= 1.1.0)
byebug
capistrano-passenger
Expand All @@ -385,23 +386,23 @@ DEPENDENCIES
ed25519
factory_bot_rails
faker
high_voltage (~> 3.1)
high_voltage
honeybadger
jbuilder
kaminari
net-ldap
omniauth-cas
omniauth-rails_csrf_protection (~> 0.1)
omniauth-rails_csrf_protection
pg
pry
pry-byebug
puma (~> 5.6)
puma
rails (~> 6.0)
rails-controller-testing
rails_real_favicon
reform
reform-rails
rspec-rails (~> 4.0.1)
rspec-rails
rspec_junit_formatter
selenium-webdriver
simplecov
Expand Down

0 comments on commit ed3eae0

Please sign in to comment.