Skip to content

Commit 834461b

Browse files
committed
Update Ruby and npm dependendencies
1 parent 4cfa6ab commit 834461b

File tree

3 files changed

+614
-579
lines changed

3 files changed

+614
-579
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ group :development, :test do
5454
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
5555
gem "spring"
5656

57+
gem "spring-commands-rspec"
58+
5759
# Manage application processes
5860
gem "foreman"
5961

@@ -72,8 +74,6 @@ group :development, :test do
7274
gem "rainbow"
7375
end
7476

75-
gem "spring-commands-rspec", group: :development
76-
7777
group :test do
7878
gem "rspec-rails"
7979
gem "capybara"

0 commit comments

Comments
 (0)