Skip to content

Commit

Permalink
fixing the lint in Gemfile
Browse files Browse the repository at this point in the history
Signed-off-by: Soumyodeep Karmakar <soumyo.k13@gmail.com>
  • Loading branch information
soumyo13 committed Dec 14, 2022
1 parent 92547af commit c185b62
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
source 'https://rubygems.org'
source "https://rubygems.org"

gem 'faraday'
gem 'faraday_middleware'
gem 'inspec-bin'
gem 'rake'
gem "faraday"
gem "faraday_middleware"
gem "inspec-bin"
gem "rake"

group :development do
gem 'pry'
gem 'pry-byebug'
gem "pry"
gem "pry-byebug"
end

group :development, :test do
gem 'chefstyle', '~> 2.2.2'
gem 'minitest'
gem 'rubocop', '~> 1.25.1', require: false
gem 'simplecov', '~> 0.21'
gem 'simplecov_json_formatter'
gem "chefstyle", "~> 2.2.2"
gem "minitest"
gem "rubocop", "~> 1.25.1", require: false
gem "simplecov", "~> 0.21"
gem "simplecov_json_formatter"
end

0 comments on commit c185b62

Please sign in to comment.