Skip to content

Commit

Permalink
Add deployment gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Janell-Huyck committed Dec 2, 2024
1 parent 680e596 commit 64aed2b
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 19 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,8 @@ end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

gem 'bcrypt_pbkdf', '~> 1.0', '>= 1.0.0'
gem 'ed25519', '~> 1.2', '>= 1.2.4'
gem 'net-ssh', '>= 6.0.0'

56 changes: 38 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ GEM
execjs (~> 2)
base64 (0.2.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
bcrypt_pbkdf (1.1.1-arm64-darwin)
bcrypt_pbkdf (1.1.1-x86_64-darwin)
bigdecimal (3.1.8)
bindex (0.8.1)
bootsnap (1.18.4)
Expand Down Expand Up @@ -118,7 +121,7 @@ GEM
concurrent-ruby (1.3.4)
crass (1.0.6)
csv (3.3.0)
date (3.4.0)
date (3.4.1)
devise (4.9.4)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
Expand All @@ -132,6 +135,7 @@ GEM
dotenv (= 3.1.4)
railties (>= 6.1)
drb (2.2.1)
ed25519 (1.3.0)
erubi (1.13.0)
execjs (2.10.0)
factory_bot (6.5.0)
Expand All @@ -140,11 +144,15 @@ GEM
factory_bot (~> 6.5)
railties (>= 5.0.0)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86-linux-gnu)
ffi (1.17.0-x86-linux-musl)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
globalid (1.2.1)
activesupport (>= 6.1)
gritter (1.2.0)
Expand All @@ -159,7 +167,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.7.6)
json (2.8.2)
language_server-protocol (3.17.0.3)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -176,14 +184,13 @@ GEM
matrix (0.4.2)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.25.1)
msgpack (1.7.3)
minitest (5.25.2)
msgpack (1.7.5)
mysql2 (0.5.6)
net-imap (0.5.0)
net-imap (0.5.1)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-scp (4.0.0)
Expand All @@ -207,16 +214,16 @@ GEM
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
ostruct (0.6.0)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
petergate (3.0.0)
activerecord (> 4.0.0)
popper_js (2.11.8)
public_suffix (6.0.1)
puma (6.4.3)
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.10)
Expand Down Expand Up @@ -260,8 +267,8 @@ GEM
rb-inotify (0.11.1)
ffi (~> 1.0)
rb-readline (0.5.5)
recaptcha (5.17.0)
regexp_parser (2.9.2)
recaptcha (5.17.1)
regexp_parser (2.9.3)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
Expand All @@ -285,17 +292,17 @@ GEM
rspec-support (3.13.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.68.0)
rubocop (1.69.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.34.0)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
rubocop-rails (2.27.0)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -365,15 +372,17 @@ GEM
ostruct
thor (1.3.2)
tilt (2.4.0)
timeout (0.4.1)
timeout (0.4.2)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.1)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.6.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.1)
Expand All @@ -391,13 +400,22 @@ GEM

PLATFORMS
aarch64-linux
aarch64-linux-gnu
aarch64-linux-musl
arm-linux
arm-linux-gnu
arm-linux-musl
arm64-darwin
x86-linux
x86-linux-gnu
x86-linux-musl
x86_64-darwin
x86_64-linux
x86_64-linux-gnu
x86_64-linux-musl

DEPENDENCIES
bcrypt_pbkdf (~> 1.0, >= 1.0.0)
bigdecimal
bootsnap (>= 1.1.0)
bootstrap (~> 5.3.3)
Expand All @@ -416,6 +434,7 @@ DEPENDENCIES
devise
dotenv-rails
drb
ed25519 (~> 1.2, >= 1.2.4)
factory_bot_rails
gritter
groupdate
Expand All @@ -425,6 +444,7 @@ DEPENDENCIES
mysql2
net-pop (~> 0.1.2)
net-protocol
net-ssh (>= 6.0.0)
nokogiri (>= 1.16.5)
petergate
puma (>= 6.4.3)
Expand Down Expand Up @@ -456,4 +476,4 @@ RUBY VERSION
ruby 3.3.3p89

BUNDLED WITH
2.5.11
2.5.23
2 changes: 1 addition & 1 deletion app/views/front/dashboard.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>
<div class="card-body" style="overflow: scroll; height: 10%; background-color: black ; color: white">
<% if @indesign_count != 0 %>
<table class="table text-center w-25" style="padding-left: 20p; background-color: black">
<table class="table text-center w-25" style="padding-left: 20px; background-color: black">
<thead>
<tr>
<th class="align-left" style="padding-left: 20px; background-color: black ; color: white"><%= sortable "title", "Software Record" %>
Expand Down

0 comments on commit 64aed2b

Please sign in to comment.