Skip to content

Commit

Permalink
Merge pull request #23 from gocardless/remove-dependency
Browse files Browse the repository at this point in the history
Remove unused dependency
  • Loading branch information
ivgiuliani authored Dec 15, 2020
2 parents dff403c + fc18ddf commit 90969ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion file_storage.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Gem::Specification.new do |s|

s.files = Dir["lib/**/*", "README.md"]

s.add_dependency "activesupport", ">= 6.0", "< 7"
s.add_dependency "google-cloud-storage", "~> 1.29"

s.add_development_dependency "gc_ruboconfig", "~> 2.23"
Expand Down
3 changes: 0 additions & 3 deletions lib/file_storage.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# frozen_string_literal: true

require "active_support"
require "active_support/core_ext/string/access"

require "uri"
require "loggy"

Expand Down

0 comments on commit 90969ef

Please sign in to comment.