Skip to content
Closed
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 Ruby/rails/demo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.2'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 3.11'
gem 'puma', '~> 4.3'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
15 changes: 12 additions & 3 deletions Ruby/rails/demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ GEM
duktape (2.0.1.0)
erubi (1.7.1)
execjs (2.7.0)
ffi (1.9.25)
ffi (1.9.25-x64-mingw32)
globalid (0.4.1)
activesupport (>= 4.2.0)
Expand All @@ -94,17 +95,23 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mimemagic (0.3.2)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.1)
mini_portile2 (2.3.0)
minitest (5.11.3)
msgpack (1.2.4)
msgpack (1.2.4-x64-mingw32)
multi_json (1.13.1)
nio4r (2.3.1)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.8.5-x64-mingw32)
mini_portile2 (~> 2.3.0)
public_suffix (3.0.3)
puma (3.12.0)
puma (4.3.11)
nio4r (~> 2.0)
rack (2.0.6)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -159,6 +166,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
sqlite3 (1.3.13-x64-mingw32)
thor (0.20.3)
thread_safe (0.3.6)
Expand All @@ -184,6 +192,7 @@ GEM
nokogiri (~> 1.8)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
Expand All @@ -194,7 +203,7 @@ DEPENDENCIES
coffee-rails (~> 4.2)
duktape
jbuilder (~> 2.5)
puma (~> 3.11)
puma (~> 4.3)
rails (~> 5.2.2)
sass-rails (~> 5.0)
selenium-webdriver
Expand Down