Skip to content

Commit 0bfb495

Browse files
authored
Merge pull request #93 from opal/staging
11th staging
2 parents c85d568 + 2ae5b80 commit 0bfb495

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ gem 'rake'
66
gem 'rack'
77
gem 'sinatra'
88
gem 'sinatra-websocket'
9-
# For opal-rspec, a release is needed
10-
gem 'opal-rspec', github: 'hmdne/opal-rspec', branch: 'opal-1.3', submodules: true # '>= 0.8.0.alpha1'
9+
gem 'opal-rspec'
1110
gem 'opal-sprockets'
12-
# Force build of eventmachine on Windows
13-
gem 'eventmachine', github: 'eventmachine/eventmachine' if RUBY_PLATFORM =~ /mingw/
14-
11+
# Force build of eventmachine... I wish we could find a way to not use
12+
# this unmaintained library anymore.
13+
gem 'eventmachine', github: 'eventmachine/eventmachine'
14+
gem 'thin', github: 'macournoyer/thin' unless RUBY_PLATFORM =~ /mingw/
1515

1616
# runner
1717
gem 'selenium-webdriver', require: false

0 commit comments

Comments
 (0)