Skip to content

Commit

Permalink
add rspec to dev,test
Browse files Browse the repository at this point in the history
  • Loading branch information
faraazahmad committed Oct 23, 2023
1 parent d6e3e11 commit 03a71dd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ gem "syntax_tree", "~> 6.2"
gem "rubocop", "~> 1.57", groups: %i[development test]

gem "rake", "~> 13.0", :groups => [:development, :test]

gem "rspec", "~> 3.12", :groups => [:development, :test]
15 changes: 15 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ GEM
specs:
ast (2.4.2)
base64 (0.1.1)
diff-lcs (1.5.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
parallel (1.23.0)
Expand All @@ -15,6 +16,19 @@ GEM
rake (13.0.6)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.57.1)
base64 (~> 0.1.1)
json (~> 2.3)
Expand All @@ -40,6 +54,7 @@ PLATFORMS

DEPENDENCIES
rake (~> 13.0)
rspec (~> 3.12)
rubocop (~> 1.57)
syntax_tree (~> 6.2)

Expand Down

0 comments on commit 03a71dd

Please sign in to comment.