Skip to content

Commit

Permalink
use new common
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Mar 2, 2020
1 parent 8018d63 commit c192b8f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions openstudio-model-articulation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler', '~> 1.14'
spec.add_development_dependency 'rake', '12.3.1'
spec.add_development_dependency 'rake', '~> 12.3'
spec.add_development_dependency 'rspec', '3.7.0'
spec.add_development_dependency 'rubocop', '~> 0.54.0'

# do not require openstudio-extension since openstudio-common-measures inherits from it.
# spec.add_dependency 'openstudio-extension', '~> 0.1.3'
spec.add_dependency 'openstudio-common-measures', '~> 0.1.1'
# OpenStudio Common Measures will inherit the OpenStudio Extension (0.1.2 -> 0.1.6)
spec.add_dependency 'openstudio-common-measures', '~> 0.1.2'
spec.add_dependency 'openstudio-standards', '~> 0.2.10'
end

0 comments on commit c192b8f

Please sign in to comment.