Skip to content

Commit

Permalink
Merge pull request #824 from MushroomObserver/nimmo-add-spring-listen
Browse files Browse the repository at this point in the history
Add Spring, spring-watcher-listen, and Listen
  • Loading branch information
JoeCohen authored Jan 23, 2022
2 parents cb4a662 + e4cd6f7 commit 3fd6265
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,15 @@ group :development do

# Use Rails DB to browse database at http://localhost:3000/rails/db/
gem "rails_db", "~> 2.3.0"

# Spring speeds up development by keeping your application running in the
# background. Read more: https://github.com/rails/spring
gem "spring", "~> 3.1.0"

# Temporary: use a fork of spring-watcher-listen that allows using spring 3
# https://github.com/rails/spring-watcher-listen/pull/26
gem "spring-watcher-listen", github: "timdorr/spring-watcher-listen"

# Listen for file changes in development
gem "listen", ">= 3.3.0", "< 4.0"
end
20 changes: 19 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ GIT
cure_acts_as_versioned (0.6.3)
activerecord (>= 3.0.9)

GIT
remote: https://github.com/timdorr/spring-watcher-listen.git
revision: d61ae74ac8462aef863592eea0e417d3ca31d6af
specs:
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 4.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -105,7 +113,7 @@ GEM
docile (1.4.0)
erubi (1.10.0)
execjs (2.7.0)
ffi (1.12.2)
ffi (1.15.5)
globalid (0.4.2)
activesupport (>= 4.2.0)
hashdiff (1.0.1)
Expand Down Expand Up @@ -135,6 +143,9 @@ GEM
kgio (2.11.3)
libv8 (8.4.255.0)
libv8 (8.4.255.0-x86_64-linux)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.9.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -215,6 +226,9 @@ GEM
activerecord (>= 5.2.4)
activesupport (>= 5.2.4)
i18n
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (1.7.1)
rexml (3.2.5)
rtf (0.3.3)
Expand Down Expand Up @@ -258,6 +272,7 @@ GEM
simplecov-html (0.12.3)
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.3)
spring (3.1.1)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -314,6 +329,7 @@ DEPENDENCIES
jbuilder
jquery-rails
jquery-slick-rails
listen (>= 3.3.0, < 4.0)
mail (= 2.7.0)
mimemagic
mini_racer
Expand All @@ -334,6 +350,8 @@ DEPENDENCIES
simple_enum
simplecov
simplecov-lcov
spring (~> 3.1.0)
spring-watcher-listen!
sprockets
uglifier
unicorn (= 5.4.1)
Expand Down

0 comments on commit 3fd6265

Please sign in to comment.