Skip to content

Commit

Permalink
removing useless spork
Browse files Browse the repository at this point in the history
  • Loading branch information
onomojo committed Jan 27, 2018
1 parent 71bf2e1 commit d68727d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
i18n-timezones (1.3.7)
i18n-timezones (1.4.7)
i18n (~> 0.9.3)
rails (>= 5.1.4)
rails (~> 5.1, >= 5.1.4)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -115,7 +115,6 @@ GEM
rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
spork (1.0.0rc4)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand All @@ -135,10 +134,9 @@ PLATFORMS
ruby

DEPENDENCIES
i18n-spec (>= 0.1.1)
i18n-spec (~> 0.1, >= 0.1.1)
i18n-timezones!
rspec-rails (>= 3.7.2)
spork (~> 1.0rc)
rspec-rails (~> 3.7, >= 3.7.2)

RUBY VERSION
ruby 2.3.0p0
Expand Down
9 changes: 4 additions & 5 deletions i18n-timezones.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ Gem::Specification.new do |s|
s.test_files = Dir["test/**/*"]
s.require_path = 'lib'
s.platform = Gem::Platform::RUBY
s.licenses = ['MIT', 'GPL-2']
s.licenses = ['MIT', 'GPL-3.0']

s.add_dependency('i18n', '~> 0.9.3')
s.add_dependency "rails", ">= 5.1.4"
s.add_development_dependency "rspec-rails", ">= 3.7.2"
s.add_development_dependency "i18n-spec", ">= 0.1.1"
s.add_development_dependency "spork", "~> 1.0rc"
s.add_runtime_dependency 'rails', '~> 5.1', '>= 5.1.4'
s.add_development_dependency 'rspec-rails', '~> 3.7', '>= 3.7.2'
s.add_development_dependency 'i18n-spec', '~> 0.1', '>= 0.1.1'
end

0 comments on commit d68727d

Please sign in to comment.