Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ group :development do
gem "guard", "~> 2.16", require: false # Guard is a command line tool to easily handle events on file system modifications
gem "guard-livereload", "~> 2.5", require: false # Guard::LiveReload automatically reloads your browser when 'view' files are modified
gem "guard-rspec", "~> 4.7", require: false # Guard::RSpec automatically run your specs
gem "listen", "~> 3.3", require: false # Helps 'listen' to file system modifications events (also used by other gems like guard)
gem "listen", "~> 3.7", require: false # Helps 'listen' to file system modifications events (also used by other gems like guard)
gem "memory_profiler", "~> 0.9", require: false # Memory profiling routines for Ruby 2.3+
gem "pry", "~> 0.13" # An IRB alternative and runtime developer console
gem "pry-rails", "~> 0.3" # Use Pry as your rails console
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ GEM
feedjira (3.1.2)
loofah (>= 2.3.1)
sax-machine (>= 1.0)
ffi (1.14.2)
ffi (1.15.5)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
Expand Down Expand Up @@ -427,7 +427,7 @@ GEM
http (>= 2.0, < 5.0)
libv8 (8.4.255.0)
liquid (4.0.3)
listen (3.3.3)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.8.0)
Expand Down Expand Up @@ -577,7 +577,7 @@ GEM
activerecord (>= 5.2.4)
activesupport (>= 5.2.4)
i18n
rb-fsevent (0.10.4)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
recaptcha (5.6.0)
Expand Down Expand Up @@ -894,7 +894,7 @@ DEPENDENCIES
knapsack_pro (~> 2.10.1)
launchy (~> 2.5)
liquid (~> 4.0)
listen (~> 3.3)
listen (~> 3.7)
memory_profiler (~> 0.9)
mini_racer (~> 0.3.1)
nakayoshi_fork (~> 0.0.4)
Expand Down
Binary file removed vendor/cache/ffi-1.14.2.gem
Binary file not shown.
Binary file added vendor/cache/ffi-1.15.5.gem
Binary file not shown.
Binary file added vendor/cache/libv8-8.4.255.0.gem
Binary file not shown.
Binary file removed vendor/cache/listen-3.3.3.gem
Binary file not shown.
Binary file added vendor/cache/listen-3.7.1.gem
Binary file not shown.
Binary file removed vendor/cache/rb-fsevent-0.10.4.gem
Binary file not shown.
Binary file added vendor/cache/rb-fsevent-0.11.0.gem
Binary file not shown.