Skip to content

Commit

Permalink
update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrashed-dev committed Jun 5, 2024
1 parent 593e75c commit 08ebb12
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions gem_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,19 @@ def self.metadata
end

def self.dev_dependencies
[["bundler", ">= 1.3.0"],
["yard", "~> 0.9.0"],
["awesome_print", "~> 1.0"],
["rubocop", "~> 1.24.1"],
["rubocop-rspec", "~> 2.7.0"],
["overcommit", "~> 0.41"]] + testing_and_debugging_dependencies
[
["bundler", ">= 1.3.0"],
["yard", "~> 0.9.0"],
["awesome_print", "~> 1.0"],
["rubocop", "~> 1.24.1"],
["rubocop-rspec", "~> 2.7.0"],
["overcommit", "~> 0.41"],
["eventmachine", "~> 1.2.7"],
["faye-websocket", "~> 0.11.1"],
["rest-client", ">= 2.0", "< 3.0"],
["tzinfo", "~> 2.0.5"],
["yajl-ruby", "~> 1.2", ">= 1.2.1"]
] + testing_and_debugging_dependencies
end

def self.testing_and_debugging_dependencies
Expand Down

0 comments on commit 08ebb12

Please sign in to comment.