summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStormwind <stormwind@stormwinds-page.de>2012-12-22 19:10:04 +0100
committerStormwind <stormwind@stormwinds-page.de>2012-12-22 19:10:04 +0100
commit0e3d9953258295efd19ca9e258935ecf5df437b6 (patch)
treec590c909cf375aeb4beaa9aa114675b2dd11074b
parent835234a52c487002a516792dbdea3a44d110ba3d (diff)
Remove backports from dependencies
... not used.
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock10
-rw-r--r--lib/zero.rb3
3 files changed, 4 insertions, 11 deletions
diff --git a/Gemfile b/Gemfile
index 9bd3f2c..095cb54 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,8 +2,6 @@ source 'https://rubygems.org'
gemspec
-gem 'backports', :platform => :ruby_18
-
group :development do
gem 'guard'
gem 'guard-bundler'
diff --git a/Gemfile.lock b/Gemfile.lock
index a1be407..8ae450d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -7,18 +7,17 @@ PATH
GEM
remote: https://rubygems.org/
specs:
- backports (2.6.5)
coderay (1.0.8)
diff-lcs (1.1.3)
- guard (1.5.4)
- listen (>= 0.4.2)
+ guard (1.6.0)
+ listen (>= 0.6.0)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
thor (>= 0.14.6)
guard-bundler (1.0.0)
bundler (~> 1.0)
guard (~> 1.1)
- guard-rspec (2.3.1)
+ guard-rspec (2.3.3)
guard (>= 1.1)
rspec (~> 2.11)
kramdown (0.14.1)
@@ -44,7 +43,7 @@ GEM
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
- rspec-mocks (2.12.0)
+ rspec-mocks (2.12.1)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
@@ -60,7 +59,6 @@ PLATFORMS
ruby
DEPENDENCIES
- backports
guard
guard-bundler
guard-rspec
diff --git a/lib/zero.rb b/lib/zero.rb
index 1b3d32c..c9909a7 100644
--- a/lib/zero.rb
+++ b/lib/zero.rb
@@ -1,6 +1,3 @@
-if RUBY_VERSION <= '1.9'
- require 'backports'
-end
require 'zero/patches/uri'
module Zero