mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-13 01:36:42 +01:00
Compare commits
1 Commits
1ccef84d95
...
dae5f84008
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dae5f84008 |
2
Gemfile
2
Gemfile
@ -40,7 +40,7 @@ gem 'web-console', '~> 4.2.0', group: :development
|
||||
gem 'listen', '~> 3.7.0', group: :development
|
||||
|
||||
gem 'bootstrap', '~> 5.1.3'
|
||||
gem "bootstrap_form", "~> 5.0"
|
||||
gem "bootstrap_form", "~> 5.1"
|
||||
gem 'font-awesome-sass', '~> 6.2.0'
|
||||
|
||||
# Use Diffy for showing translation diffs
|
||||
|
||||
@ -78,7 +78,7 @@ GEM
|
||||
autoprefixer-rails (>= 9.1.0)
|
||||
popper_js (>= 2.9.3, < 3)
|
||||
sassc-rails (>= 2.0.0)
|
||||
bootstrap_form (5.0.0)
|
||||
bootstrap_form (5.1.0)
|
||||
actionpack (>= 5.2)
|
||||
activemodel (>= 5.2)
|
||||
builder (3.2.4)
|
||||
@ -316,7 +316,7 @@ PLATFORMS
|
||||
DEPENDENCIES
|
||||
bootsnap
|
||||
bootstrap (~> 5.1.3)
|
||||
bootstrap_form (~> 5.0)
|
||||
bootstrap_form (~> 5.1)
|
||||
coffee-rails (~> 5.0.0)
|
||||
devise (~> 4.8.0)
|
||||
diff-lcs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user