Skip to content

Commit

Permalink
add version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed May 14, 2024
1 parent 0362e98 commit ced3747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros-apartment.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'jdbc-postgres'
else
s.add_development_dependency 'mysql2', '~> 0.5'
s.add_development_dependency 'trilogy'
s.add_development_dependency 'trilogy', '< 3.0'
s.add_development_dependency 'pg', '~> 1.2'
s.add_development_dependency 'sqlite3', '~> 1.3.6'
end
Expand Down

0 comments on commit ced3747

Please sign in to comment.