Skip to content

Commit

Permalink
Bump Blade; remove unused plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Jun 30, 2016
1 parent 14f07ff commit af29e21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 49 deletions.
21 changes: 0 additions & 21 deletions .blade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,3 @@ build:
- turbolinks.js
path: dist
js_compressor: uglifier

plugins:
sauce_labs:
browsers:
Google Chrome:
os: Mac, Windows
version: -2
Firefox:
os: Mac, Windows
version: -2
Safari:
platform: Mac
version: -3
Microsoft Edge:
version: -2
Internet Explorer:
version: 11
iPhone:
version: [9.1, 8.4]
Motorola Droid 4 Emulator:
version: [5.1, 4.4]
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ gem 'coffee-script'
gem 'coffee-script-source', '~> 1.9.1'
gem 'eco'
gem 'uglifier'

gem 'blade', '~> 0.5.2'
gem 'blade-sauce_labs_plugin', github: 'javan/blade-sauce_labs_plugin'
gem 'blade'
26 changes: 1 addition & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
GIT
remote: git://github.com/javan/blade-sauce_labs_plugin.git
revision: 2f8a01eaf73c6d14a356175b0a8c324a77b2d2c2
specs:
blade-sauce_labs_plugin (0.4.1)
blade
childprocess
faraday
selenium-webdriver

GEM
remote: https://rubygems.org/
specs:
Expand All @@ -32,8 +22,6 @@ GEM
thor (~> 0.19.1)
useragent (~> 0.16.7)
blade-qunit_adapter (1.20.0)
childprocess (0.5.8)
ffi (~> 1.0, >= 1.0.11)
coffee-script (2.4.1)
coffee-script-source
execjs
Expand All @@ -57,8 +45,6 @@ GEM
eventmachine (>= 1.0.0.beta.4)
eventmachine (1.0.9.1)
execjs (2.6.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
faye (1.1.2)
cookiejar (>= 0.3.0)
em-http-request (>= 0.3.0)
Expand All @@ -70,21 +56,13 @@ GEM
faye-websocket (0.10.3)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
ffi (1.9.10)
http_parser.rb (0.6.0)
i18n (0.7.0)
json (1.8.3)
minitest (5.9.0)
multi_json (1.12.0)
multipart-post (2.0.0)
rack (1.6.4)
rake (10.4.2)
rubyzip (1.1.7)
selenium-webdriver (2.48.1)
childprocess (~> 0.5)
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0)
sprockets (3.6.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand All @@ -101,7 +79,6 @@ GEM
execjs (>= 0.3.0)
json (>= 1.8.0)
useragent (0.16.7)
websocket (1.2.2)
websocket-driver (0.6.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
Expand All @@ -110,8 +87,7 @@ PLATFORMS
ruby

DEPENDENCIES
blade (~> 0.5.2)
blade-sauce_labs_plugin!
blade
coffee-script
coffee-script-source (~> 1.9.1)
eco
Expand Down

0 comments on commit af29e21

Please sign in to comment.