diff --git a/2013-JAX/Gemfile b/2013-JAX/Gemfile index aa8531f..7912980 100644 --- a/2013-JAX/Gemfile +++ b/2013-JAX/Gemfile @@ -7,7 +7,7 @@ gem 'slim', '~> 2.0.0' gem 'less', '~> 2.3.1' gem 'therubyracer', '~> 0.11.4' gem 'rb-inotify', '~> 0.9.0' -gem 'puma', '~> 1.6.3' # for a leaner deve server +gem 'puma', '~> 3.12.2' # for a leaner deve server gem 'guard-livereload' gem 'yajl-ruby' gem 'coffee-script' diff --git a/2013-JAX/Gemfile.lock b/2013-JAX/Gemfile.lock index 2e91c1d..dba9d39 100644 --- a/2013-JAX/Gemfile.lock +++ b/2013-JAX/Gemfile.lock @@ -75,9 +75,8 @@ GEM coderay (~> 1.0.5) method_source (~> 0.8) slop (~> 3.4) - puma (1.6.3) - rack (~> 1.2) - rack (1.5.2) + puma (3.12.2) + rack (1.5.5) rb-inotify (0.9.0) ffi (>= 0.5.0) redcarpet (2.3.0) @@ -115,7 +114,7 @@ DEPENDENCIES guard-livereload htmlcompressor less (~> 2.3.1) - puma (~> 1.6.3) + puma (~> 3.12.2) rb-inotify (~> 0.9.0) redcarpet (~> 2.3.0) slim (~> 2.0.0)