Skip to content

Commit

Permalink
gem: update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Sep 21, 2015
1 parent b91a16c commit f0e2b11
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ source 'https://rubygems.org'
gemspec

# specs
gem 'rake'
gem 'rack'
gem 'sinatra'
gem 'sinatra-websocket'
gem 'opal-rspec', '0.4.3'
gem 'opal-rspec', '~> 0.4.3'

# runner
gem 'selenium-webdriver', require: false
gem 'rest-client', require: false

# browser
gem 'opal', '0.8.0'
gem 'opal', '~> 0.8.0'
gem 'paggio', github: 'meh/paggio'

0 comments on commit f0e2b11

Please sign in to comment.