Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.
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 @@ -8,7 +8,7 @@ gemspec
group :development do
gem 'coveralls', require: false
gem 'fakeweb', '~> 1.3.0'
gem 'guard', '~> 2.15.0'
gem 'guard', '~> 2.16.2'
gem 'guard-rspec', '~> 4.7.3'
gem 'listen', '~> 3.1.5'
gem 'rspec', '~> 3.8.0'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ GEM
diff-lcs (1.3)
docile (1.3.1)
fakeweb (1.3.0)
ffi (1.9.25)
ffi (1.12.2)
formatador (0.2.5)
guard (2.15.0)
guard (2.16.2)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
Expand All @@ -42,10 +42,10 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
lumberjack (1.0.13)
lumberjack (1.2.4)
method_source (0.9.2)
nenv (0.3.0)
notiffany (0.1.1)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.14.0)
Expand All @@ -62,8 +62,8 @@ GEM
rainbow (3.0.0)
rake (12.3.2)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Expand Down Expand Up @@ -107,7 +107,7 @@ DEPENDENCIES
bundler (~> 1.16.2)
coveralls
fakeweb (~> 1.3.0)
guard (~> 2.15.0)
guard (~> 2.16.2)
guard-rspec (~> 4.7.3)
listen (~> 3.1.5)
mailinator!
Expand Down