Gemfile in edl-0.1.5 vs Gemfile in edl-0.1.6
- old
+ new
@@ -1,13 +1,6 @@
+# frozen_string_literal: true
+
# -*- ruby -*-
source 'https://rubygems.org'
-gem "timecode"
-
-group :development do
- gem 'shoulda-context'
- gem "test-unit", :require => "test/unit"
- gem "jeweler"
- gem "rake"
- flexmock_ver = (RUBY_VERSION > "1.8") ? "~> 1.3.2" : "~> 0.8"
- gem "flexmock", flexmock_ver, :require => %w( flexmock flexmock/test_unit )
-end
\ No newline at end of file
+gemspec