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 @@ -3,5 +3,5 @@
source "https://rubygems.org"
gemspec
gem 'jekyll-compose', group: [:jekyll_plugins]
gem 'eventmachine', '1.2.7', git: 'https://github.com/eventmachine/eventmachine.git', tag: 'v1.2.7'
gem 'eventmachine', '1.2.7'

15 changes: 7 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
GIT
remote: https://github.com/eventmachine/eventmachine.git
revision: 9cb13a8a62363df5ebcc414169a3deb2c1608528
tag: v1.2.7
specs:
eventmachine (1.2.7-x64-mingw32)

PATH
remote: .
specs:
Expand All @@ -23,6 +16,9 @@ GEM
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.15.5)
ffi (1.15.5-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
Expand Down Expand Up @@ -71,6 +67,8 @@ GEM
rexml (3.2.5)
rouge (3.28.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
terminal-table (2.0.0)
Expand All @@ -80,10 +78,11 @@ GEM

PLATFORMS
x64-mingw32
x86_64-linux

DEPENDENCIES
bundler (~> 2)
eventmachine (= 1.2.7)!
eventmachine (= 1.2.7)
jekyll-bootstrap-theme!
jekyll-compose
webrick (~> 1.7)
Expand Down