Skip to content

Commit

Permalink
Merge pull request #1 from thagomizer/no-activesupport
Browse files Browse the repository at this point in the history
No activesupport
  • Loading branch information
beneggett committed Mar 21, 2015
2 parents 885fae9 + 1ee6172 commit 72dfc31
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
require "bundler/gem_tasks"

1 change: 0 additions & 1 deletion lib/music_theory.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'wavefile'
require 'active_support/all'

require "music_theory/version"
require "music_theory/note"
Expand Down
1 change: 0 additions & 1 deletion music_theory.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "wavefile"
spec.add_dependency "activesupport"

spec.add_development_dependency "pry"
spec.add_development_dependency "bundler", "~> 1.7"
Expand Down

0 comments on commit 72dfc31

Please sign in to comment.