mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
update gemfile
This commit is contained in:
parent
563c1eff8c
commit
8dfd39e3fd
2 changed files with 4 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -44,7 +44,7 @@ group :development, :test do
|
|||
gem 'launchy'
|
||||
gem 'pry'
|
||||
gem 'pry-rails'
|
||||
gem 'puma', '~> 5.2'
|
||||
gem 'puma'
|
||||
gem 'rspec-rails', '~> 3.0'
|
||||
gem 'rubocop'
|
||||
end
|
||||
|
|
|
@ -202,7 +202,7 @@ GEM
|
|||
pry-rails (0.3.9)
|
||||
pry (>= 0.10.4)
|
||||
public_suffix (5.0.1)
|
||||
puma (6.2.0)
|
||||
puma (6.2.1)
|
||||
nio4r (~> 2.0)
|
||||
racc (1.6.2)
|
||||
rack (2.2.6.4)
|
||||
|
@ -342,6 +342,7 @@ 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)
|
||||
|
@ -391,6 +392,7 @@ DEPENDENCIES
|
|||
turbolinks
|
||||
uglifier
|
||||
validate_url
|
||||
webrick (~> 1.7)
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.10
|
||||
|
|
Loading…
Reference in a new issue