Skip to content

Commit

Permalink
Move development dependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hpneo committed Jun 28, 2020
2 parents a2a224c + 1ce4d8a commit 4cc4513
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@ PATH
remote: .
specs:
active_worksheet (0.1.2)
activeresource (= 5.1.0)
activesupport (= 6.0.2.1)
activeresource (= 5.1.1)
activesupport (= 6.0.3.1)
google_drive (= 3.0.4)
workbook (= 0.8.1)

GEM
remote: https://rubygems.org/
specs:
activemodel (6.0.2.1)
activesupport (= 6.0.2.1)
activemodel (6.0.3.1)
activesupport (= 6.0.3.1)
activemodel-serializers-xml (1.0.2)
activemodel (> 5.x)
activesupport (> 5.x)
builder (~> 3.1)
activeresource (5.1.0)
activeresource (5.1.1)
activemodel (>= 5.0, < 7)
activemodel-serializers-xml (~> 1.0)
activesupport (>= 5.0, < 7)
activesupport (6.0.2.1)
activesupport (6.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
axlsx (3.0.0.pre)
Expand Down
4 changes: 2 additions & 2 deletions active_worksheet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_dependency "activesupport", "6.0.2.1"
spec.add_dependency "activeresource", "5.1.0"
spec.add_dependency "activesupport", "6.0.3.1"
spec.add_dependency "activeresource", "5.1.1"
spec.add_dependency "workbook", "0.8.1"
spec.add_dependency "google_drive", "3.0.4"
end

0 comments on commit 4cc4513

Please sign in to comment.