Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opal/opal-browser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e132807e5188
Choose a base ref
...
head repository: opal/opal-browser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d53cd7212853
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 27, 2015

  1. Copy the full SHA
    c0a55be View commit details
  2. Merge pull request #38 from Mogztter/patch-1

    Build against released version
    meh committed Jul 27, 2015

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    d53cd72 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 Gemfile
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -5,12 +5,12 @@ gemspec
gem 'rack'
gem 'sinatra'
gem 'sinatra-websocket'
gem 'opal-rspec', '0.4.0.beta1'
gem 'opal-rspec', '0.4.3'

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

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