Skip to content

Commit

Permalink
update eventmachine to v1.0.4 to be able to install it on Mac OS with
Browse files Browse the repository at this point in the history
Ruby > 2.2.x
  • Loading branch information
allomov committed Apr 12, 2016
1 parent 263dfa9 commit eae8e55
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -64,7 +64,7 @@ group :development, :test do
gem 'pry'

# avoid upgrading until this issue is resolved: https://github.com/eventmachine/eventmachine/issues/633
gem 'eventmachine', '1.0.3'
gem 'eventmachine', '1.0.4'

# Explicitly do not require serverspec dependency
# so that it could be monkey patched in a deterministic way
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -282,7 +282,7 @@ GEM
escape_utils
eventmachine (>= 0.12.9)
escape_utils (1.2.0)
eventmachine (1.0.3)
eventmachine (1.0.4)
excon (0.45.4)
fakefs (0.6.7)
ffi (1.9.10)
Expand Down Expand Up @@ -556,7 +556,7 @@ DEPENDENCIES
bosh_cpi!
bundler (~> 1.11.0)
codeclimate-test-reporter
eventmachine (= 1.0.3)
eventmachine (= 1.0.4)
fakefs
httpclient
json (= 1.8.3)
Expand Down
Binary file removed vendor/cache/eventmachine-1.0.3.gem
Binary file not shown.
Binary file added vendor/cache/eventmachine-1.0.4.gem
Binary file not shown.

0 comments on commit eae8e55

Please sign in to comment.