File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33# Gemfile (radice del progetto della gemma)
4- source ' https://rubygems.org'
4+ source " https://rubygems.org"
55
66gemspec
77
88# Gemme runtime
9- gem ' dotenv' , ' ~> 3.1'
10- gem ' faraday' , ' ~> 2.13'
11- gem ' json' , ' >= 2.0'
12- gem ' jwt' , ' ~> 3.1'
13- gem ' uri' , ' ~> 1.0' , ' >= 1.0.4'
9+ gem " dotenv" , " ~> 3.1"
10+ gem " faraday" , " ~> 2.13"
11+ gem " json" , " >= 2.0"
12+ gem " jwt" , " ~> 3.1"
13+ gem " uri" , " ~> 1.0" , " >= 1.0.4"
1414
1515# Gemme di sviluppo e test
1616group :development , :test do
17- gem ' rspec' , ' ~> 3.12'
18- gem ' rubocop' , ' ~> 1.58'
17+ gem " rspec" , " ~> 3.12"
18+ gem " rubocop" , " ~> 1.58"
1919end
2020
2121group :development do
22- gem ' github_changelog_generator'
23- gem ' irb'
24- gem ' rdoc'
22+ gem " github_changelog_generator"
23+ gem " irb"
24+ gem " rdoc" , "7.0.3"
2525end
2626
2727group :test do
28- gem ' simplecov' , ' ~> 0.22'
28+ gem " simplecov" , " ~> 0.22"
2929end
Original file line number Diff line number Diff line change 132132 racc (1.8.1 )
133133 rainbow (3.1.1 )
134134 rake (13.3.1 )
135- rdoc (7.1.0 )
135+ rdoc (7.0.3 )
136136 erb
137137 psych (>= 4.0.0 )
138138 tsort
@@ -199,7 +199,7 @@ DEPENDENCIES
199199 json (>= 2.0 )
200200 jwt (~> 3.1 )
201201 pdnd-ruby-client !
202- rdoc
202+ rdoc ( = 7.0.3 )
203203 rspec (~> 3.12 )
204204 rubocop (~> 1.58 )
205205 simplecov (~> 0.22 )
You can’t perform that action at this time.
0 commit comments