Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
# Use Puma as the app server
gem 'puma', '~> 4.1'
gem 'puma', '~> 4.3'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Expand Down
17 changes: 13 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ GEM
responders
warden (~> 1.2.3)
erubi (1.9.0)
ffi (1.12.2)
ffi (1.12.2-x86-mingw32)
formtastic (3.1.5)
actionpack (>= 3.2.13)
Expand Down Expand Up @@ -142,19 +143,24 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mimemagic (0.3.4)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.0)
msgpack (1.3.3)
msgpack (1.3.3-x86-mingw32)
nio4r (2.5.2)
nio4r (2.5.8)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.8-x86-mingw32)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
polyamorous (2.3.2)
activerecord (>= 5.2.1)
public_suffix (4.0.3)
puma (4.3.1)
puma (4.3.12)
nio4r (~> 2.0)
rack (2.2.2)
rack-proxy (0.6.5)
Expand Down Expand Up @@ -200,6 +206,8 @@ GEM
rubyzip (2.2.0)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.2.1)
ffi (~> 1.9)
sassc (2.2.1-x86-mingw32)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand Down Expand Up @@ -252,6 +260,7 @@ GEM
zeitwerk (2.2.2)

PLATFORMS
ruby
x86-mingw32

DEPENDENCIES
Expand All @@ -261,7 +270,7 @@ DEPENDENCIES
capybara (>= 2.15)
devise
jbuilder (~> 2.7)
puma (~> 4.1)
puma (~> 4.3)
rails (~> 6.0.2, >= 6.0.2.1)
sass-rails (>= 6)
selenium-webdriver
Expand Down