File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
3- gem "pact_broker"
4- gem "pg" , "~>1.5"
5- gem "puma" , "~> 6.0"
6- gem "mysql2" , "~>0.3"
7- gem "sqlite3" , "~>2.7" , force_ruby_platform : true
8- gem "rake" , "~> 13.0"
9- gem "padrino-core" , ">= 0.16.0.pre3"
10- gem "sinatra" , "~> 4.0"
11- gem "pact-support"
3+ gem 'mysql2' , '~>0.3'
4+ gem 'pact_broker'
5+ gem 'pact-support' , '~>1.2' , '1.21.2'
6+ gem 'padrino-core' , '>= 0.16.0.pre3'
7+ gem 'pg' , '~>1.5'
8+ gem 'puma' , '~> 6.0'
9+ gem 'rake' , '~> 13.0'
10+ gem 'sqlite3' , '~>2.7' , force_ruby_platform : true
Original file line number Diff line number Diff line change 7171 nokogiri (1.18.9 )
7272 mini_portile2 (~> 2.8.2 )
7373 racc (~> 1.4 )
74- pact-support (1.21.3 )
74+ pact-support (1.21.2 )
7575 awesome_print (~> 1.9 )
76- diff-lcs (~> 1.6 )
76+ diff-lcs (~> 1.5 )
7777 expgen (~> 0.1 )
78- json (~> 2.12.2 )
7978 jsonpath (~> 1.0 )
8079 rainbow (~> 3.1.1 )
8180 string_pattern (~> 2.0 )
@@ -183,13 +182,12 @@ PLATFORMS
183182
184183DEPENDENCIES
185184 mysql2 (~> 0.3 )
186- pact-support
185+ pact-support ( ~> 1.2 , = 1.21.2 )
187186 pact_broker
188187 padrino-core (>= 0.16.0.pre3 )
189188 pg (~> 1.5 )
190189 puma (~> 6.0 )
191190 rake (~> 13.0 )
192- sinatra (~> 4.0 )
193191 sqlite3 (~> 2.7 )
194192
195193BUNDLED WITH
You can’t perform that action at this time.
0 commit comments