Compare commits
10 Commits
461cb62f81
...
8a14419628
Author | SHA1 | Date | |
---|---|---|---|
8a14419628 | |||
87fb00da53 | |||
2d8e3a3b94 | |||
3d2d70f4f5 | |||
41debe6baf | |||
730cc9d95a | |||
7ce16f0602 | |||
43a2549e51 | |||
3d8842ec47 | |||
0d2e3c4dae |
2
Gemfile
2
Gemfile
@ -12,7 +12,7 @@ gem 'rails', '~> 5.2.4.3'
|
|||||||
# Use postgresql as the database for Active Record
|
# Use postgresql as the database for Active Record
|
||||||
gem 'pg', '>= 0.18', '< 2.0'
|
gem 'pg', '>= 0.18', '< 2.0'
|
||||||
# Use Puma as the app server
|
# Use Puma as the app server
|
||||||
gem 'puma', '~> 3.12'
|
gem 'puma', '~> 4.3'
|
||||||
# Use SCSS for stylesheets
|
# Use SCSS for stylesheets
|
||||||
gem 'sass-rails', '~> 5.0'
|
gem 'sass-rails', '~> 5.0'
|
||||||
# Use Uglifier as compressor for JavaScript assets
|
# Use Uglifier as compressor for JavaScript assets
|
||||||
|
21
Gemfile.lock
21
Gemfile.lock
@ -53,8 +53,8 @@ GEM
|
|||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
addressable (2.5.2)
|
addressable (2.8.0)
|
||||||
public_suffix (>= 2.0.2, < 4.0)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
arbre (1.2.1)
|
arbre (1.2.1)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
arel (9.0.0)
|
arel (9.0.0)
|
||||||
@ -142,12 +142,13 @@ GEM
|
|||||||
nokogiri (~> 1)
|
nokogiri (~> 1)
|
||||||
rake
|
rake
|
||||||
mini_mime (1.0.2)
|
mini_mime (1.0.2)
|
||||||
mini_portile2 (2.4.0)
|
mini_portile2 (2.8.0)
|
||||||
minitest (5.14.1)
|
minitest (5.14.1)
|
||||||
multi_json (1.13.1)
|
multi_json (1.13.1)
|
||||||
nio4r (2.5.2)
|
nio4r (2.5.8)
|
||||||
nokogiri (1.10.9)
|
nokogiri (1.13.4)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.8.0)
|
||||||
|
racc (~> 1.4)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
parallel (1.19.1)
|
parallel (1.19.1)
|
||||||
parser (2.7.1.3)
|
parser (2.7.1.3)
|
||||||
@ -156,8 +157,10 @@ GEM
|
|||||||
polyamorous (2.3.2)
|
polyamorous (2.3.2)
|
||||||
activerecord (>= 5.2.1)
|
activerecord (>= 5.2.1)
|
||||||
popper_js (1.14.5)
|
popper_js (1.14.5)
|
||||||
public_suffix (3.0.2)
|
public_suffix (4.0.6)
|
||||||
puma (3.12.6)
|
puma (4.3.12)
|
||||||
|
nio4r (~> 2.0)
|
||||||
|
racc (1.6.0)
|
||||||
rack (2.2.3)
|
rack (2.2.3)
|
||||||
rack-canonical-host (0.2.3)
|
rack-canonical-host (0.2.3)
|
||||||
addressable (> 0, < 3)
|
addressable (> 0, < 3)
|
||||||
@ -290,7 +293,7 @@ DEPENDENCIES
|
|||||||
jquery-rails
|
jquery-rails
|
||||||
listen (>= 3.0.5, < 3.2)
|
listen (>= 3.0.5, < 3.2)
|
||||||
pg (>= 0.18, < 2.0)
|
pg (>= 0.18, < 2.0)
|
||||||
puma (~> 3.12)
|
puma (~> 4.3)
|
||||||
rack-canonical-host
|
rack-canonical-host
|
||||||
rails (~> 5.2.4.3)
|
rails (~> 5.2.4.3)
|
||||||
recaptcha
|
recaptcha
|
||||||
|
Reference in New Issue
Block a user