mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Compare commits
1 Commits
dependabot
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca585a69e2 |
4
Gemfile
4
Gemfile
@@ -39,7 +39,7 @@ gem 'sdoc', '~> 2.6.1', group: :doc
|
||||
gem 'web-console', '~> 4.2.0', group: :development
|
||||
gem 'listen', '~> 3.8.0', group: :development
|
||||
|
||||
gem 'bootstrap', '~> 5.3.2'
|
||||
gem 'bootstrap', '~> 5.2.3'
|
||||
gem "bootstrap_form", "~> 5.2"
|
||||
gem 'font-awesome-sass', '~> 6.4.0'
|
||||
|
||||
@@ -50,7 +50,7 @@ gem 'diff-lcs'
|
||||
gem 'will_paginate', '~> 3.3.1'
|
||||
gem 'will_paginate-bootstrap4', '~> 0.2.2'
|
||||
|
||||
gem 'devise', '~> 4.8.0'
|
||||
gem 'devise', '~> 4.9.3'
|
||||
gem 'omniauth'
|
||||
gem 'omniauth-rails_csrf_protection'
|
||||
gem 'omniauth-github'
|
||||
|
||||
37
Gemfile.lock
37
Gemfile.lock
@@ -68,15 +68,16 @@ GEM
|
||||
tzinfo (~> 2.0)
|
||||
addressable (2.8.4)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
autoprefixer-rails (10.4.15.0)
|
||||
autoprefixer-rails (10.4.13.0)
|
||||
execjs (~> 2)
|
||||
bcrypt (3.1.16)
|
||||
bcrypt (3.1.19)
|
||||
bindex (0.8.1)
|
||||
bootsnap (1.16.0)
|
||||
msgpack (~> 1.2)
|
||||
bootstrap (5.3.2)
|
||||
bootstrap (5.2.3)
|
||||
autoprefixer-rails (>= 9.1.0)
|
||||
popper_js (>= 2.11.8, < 3)
|
||||
popper_js (>= 2.11.6, < 3)
|
||||
sassc-rails (>= 2.0.0)
|
||||
bootstrap_form (5.2.3)
|
||||
actionpack (>= 6.0)
|
||||
activemodel (>= 6.0)
|
||||
@@ -93,7 +94,7 @@ GEM
|
||||
rexml
|
||||
crass (1.0.6)
|
||||
date (3.3.3)
|
||||
devise (4.8.1)
|
||||
devise (4.9.3)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 4.1.0)
|
||||
@@ -102,12 +103,12 @@ GEM
|
||||
diff-lcs (1.5.0)
|
||||
diffy (3.4.2)
|
||||
erubi (1.12.0)
|
||||
execjs (2.9.1)
|
||||
execjs (2.8.1)
|
||||
faraday (2.7.4)
|
||||
faraday-net_http (>= 2.0, < 3.1)
|
||||
ruby2_keywords (>= 0.0.4)
|
||||
faraday-net_http (3.0.2)
|
||||
ffi (1.16.3)
|
||||
ffi (1.15.5)
|
||||
font-awesome-sass (6.4.0)
|
||||
sassc (~> 2.0)
|
||||
globalid (1.1.0)
|
||||
@@ -138,7 +139,7 @@ GEM
|
||||
marcel (1.0.2)
|
||||
method_source (1.0.0)
|
||||
mini_mime (1.1.2)
|
||||
mini_portile2 (2.8.5)
|
||||
mini_portile2 (2.8.4)
|
||||
minitest (5.20.0)
|
||||
msgpack (1.6.0)
|
||||
multi_xml (0.6.0)
|
||||
@@ -177,7 +178,7 @@ GEM
|
||||
actionpack (>= 4.2)
|
||||
omniauth (~> 2.0)
|
||||
orm_adapter (0.5.0)
|
||||
popper_js (2.11.8)
|
||||
popper_js (2.11.7)
|
||||
psych (5.1.0)
|
||||
stringio
|
||||
public_suffix (5.0.1)
|
||||
@@ -224,15 +225,15 @@ GEM
|
||||
rake (>= 12.2)
|
||||
thor (~> 1.0)
|
||||
zeitwerk (~> 2.5)
|
||||
rake (13.1.0)
|
||||
rake (13.0.6)
|
||||
rb-fsevent (0.11.2)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
rdoc (6.5.0)
|
||||
psych (>= 4.0.0)
|
||||
responders (3.0.1)
|
||||
actionpack (>= 5.0)
|
||||
railties (>= 5.0)
|
||||
responders (3.1.1)
|
||||
actionpack (>= 5.2)
|
||||
railties (>= 5.2)
|
||||
rexml (3.2.5)
|
||||
ruby2_keywords (0.0.5)
|
||||
sassc (2.4.0)
|
||||
@@ -248,7 +249,7 @@ GEM
|
||||
snaky_hash (2.0.1)
|
||||
hashie
|
||||
version_gem (~> 1.1, >= 1.1.1)
|
||||
sprockets (4.2.1)
|
||||
sprockets (4.2.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
rack (>= 2.2.4, < 4)
|
||||
sprockets-rails (3.4.2)
|
||||
@@ -258,8 +259,8 @@ GEM
|
||||
sqlite3 (1.6.3)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
stringio (3.0.6)
|
||||
thor (1.3.0)
|
||||
tilt (2.3.0)
|
||||
thor (1.2.2)
|
||||
tilt (2.1.0)
|
||||
timeout (0.4.0)
|
||||
turbolinks (5.2.1)
|
||||
turbolinks-source (~> 5.2)
|
||||
@@ -293,10 +294,10 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
bootsnap
|
||||
bootstrap (~> 5.3.2)
|
||||
bootstrap (~> 5.2.3)
|
||||
bootstrap_form (~> 5.2)
|
||||
coffee-rails (~> 5.0.0)
|
||||
devise (~> 4.8.0)
|
||||
devise (~> 4.9.3)
|
||||
diff-lcs
|
||||
diffy
|
||||
font-awesome-sass (~> 6.4.0)
|
||||
|
||||
Reference in New Issue
Block a user