File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- require :
1+ plugins :
22 - rubocop-rspec
33 - rubocop-rake
44
Original file line number Diff line number Diff line change @@ -5,22 +5,21 @@ source 'https://rubygems.org'
55git_source ( :github ) { |repo_name | "https://github.com/#{ repo_name } " }
66
77# Dev dependencies
8- gem 'awesome_print' , '~> 1.8 '
9- gem 'bundler' , '~> 2.0 '
10- gem 'codecov' , '~> 0.1 '
11- gem 'erb'
12- gem 'guard' , '~> 2.16 '
13- gem 'guard-rubocop' , '~> 1.3 '
14- gem 'rake' , '~> 13.0 '
15- gem 'rspec' , '~> 3.9 '
16- gem 'rspec_junit_formatter' , '~> 0.4 '
8+ gem 'awesome_print' , '~> 1.9 '
9+ gem 'bundler' , '~> 2.6 '
10+ gem 'codecov' , '~> 0.6 '
11+ gem 'erb' , '~> 4.0'
12+ gem 'guard' , '~> 2.19 '
13+ gem 'guard-rubocop' , '~> 1.5 '
14+ gem 'rake' , '~> 13.2 '
15+ gem 'rspec' , '~> 3.13 '
16+ gem 'rspec_junit_formatter' , '~> 0.6 '
1717gem 'rspec-legacy_formatters' , '~> 1.0' # For codecov formatter
18- gem 'rubocop' , '~> 1.12 '
18+ gem 'rubocop' , '~> 1.73 '
1919gem 'rubocop-rake' , '~> 0.7'
20- gem 'rubocop-rspec' , '~> 2.4' , require : false
21- gem 'simplecov' , '~> 0.18'
20+ gem 'rubocop-rspec' , '~> 3.5' , require : false
2221gem 'timecop' , '~> 0.9'
23- gem 'webmock' , '~> 3.8 '
22+ gem 'webmock' , '~> 3.25 '
2423
2524# Specify your gem's dependencies in typesense.gemspec
2625gemspec
You can’t perform that action at this time.
0 commit comments