mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
puma up
This commit is contained in:
parent
63cdec2ad0
commit
474d9773b9
2 changed files with 3 additions and 5 deletions
4
Gemfile
4
Gemfile
|
@ -33,7 +33,8 @@ gem 'uglifier'
|
|||
gem 'leaflet-rails'
|
||||
gem 'validate_url'
|
||||
|
||||
gem 'webrick', '~> 1.7'
|
||||
gem 'puma'
|
||||
|
||||
|
||||
group :development do
|
||||
gem 'awesome_print'
|
||||
|
@ -46,7 +47,6 @@ group :development, :test do
|
|||
gem 'launchy'
|
||||
gem 'pry'
|
||||
gem 'pry-rails'
|
||||
gem 'puma', '~> 6.2.1'
|
||||
gem 'rspec-rails', '~> 3.0'
|
||||
gem 'rubocop'
|
||||
end
|
||||
|
|
|
@ -362,7 +362,6 @@ GEM
|
|||
validate_url (1.0.15)
|
||||
activemodel (>= 3.0.0)
|
||||
public_suffix
|
||||
webrick (1.8.1)
|
||||
websocket-driver (0.7.5)
|
||||
websocket-extensions (>= 0.1.0)
|
||||
websocket-extensions (0.1.5)
|
||||
|
@ -394,7 +393,7 @@ DEPENDENCIES
|
|||
omniauth-browserid
|
||||
pry
|
||||
pry-rails
|
||||
puma (~> 6.2.1)
|
||||
puma
|
||||
rails (~> 7.0.4)
|
||||
rails-controller-testing
|
||||
rails-i18n
|
||||
|
@ -412,7 +411,6 @@ DEPENDENCIES
|
|||
turbolinks
|
||||
uglifier
|
||||
validate_url
|
||||
webrick (~> 1.7)
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.2.2p53
|
||||
|
|
Loading…
Reference in a new issue