Skip to content

Commit a23faee

Browse files
committed
Trying bootstrap
1 parent 93f8cc4 commit a23faee

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Diff for: Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,5 @@ group :test do
7676
gem "capybara"
7777
gem "selenium-webdriver"
7878
end
79+
80+
gem "bootstrap", "~> 5.3"

Diff for: Gemfile.lock

+8
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,16 @@ GEM
7878
addressable (2.8.6)
7979
public_suffix (>= 2.0.2, < 6.0)
8080
ast (2.4.2)
81+
autoprefixer-rails (10.4.16.0)
82+
execjs (~> 2)
8183
base64 (0.2.0)
8284
bigdecimal (3.1.5)
8385
bindex (0.8.1)
8486
bootsnap (1.17.0)
8587
msgpack (~> 1.2)
88+
bootstrap (5.3.2)
89+
autoprefixer-rails (>= 9.1.0)
90+
popper_js (>= 2.11.8, < 3)
8691
brakeman (6.1.0)
8792
builder (3.2.4)
8893
bundler-audit (0.9.1)
@@ -109,6 +114,7 @@ GEM
109114
ruby2_keywords
110115
error_highlight (0.5.1)
111116
erubi (1.12.0)
117+
execjs (2.9.1)
112118
ffi (1.16.3)
113119
globalid (1.2.1)
114120
activesupport (>= 6.1)
@@ -166,6 +172,7 @@ GEM
166172
ast (~> 2.4.1)
167173
racc
168174
pg (1.5.4)
175+
popper_js (2.11.8)
169176
psych (5.1.1.1)
170177
stringio
171178
public_suffix (5.0.4)
@@ -315,6 +322,7 @@ PLATFORMS
315322

316323
DEPENDENCIES
317324
bootsnap
325+
bootstrap (~> 5.3)
318326
brakeman
319327
bundler-audit
320328
capybara

0 commit comments

Comments
 (0)