Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.
Open
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 @@ -19,7 +19,7 @@ gem 'sdoc', '~> 0.4.1', group: :doc # bundle exec rake doc:rails generates the A
gem 'gemnasium-parser'

group :development do
gem 'better_errors', '~> 2.1.1'
gem 'better_errors', '~> 2.9.1'
gem 'binding_of_caller', '~> 0.7.2'
gem 'capistrano', '~> 3.4.0'
gem 'capistrano-rails', '~> 1.1.3'
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ GEM
tzinfo (~> 1.1)
addressable (2.3.8)
arel (6.0.2)
better_errors (2.1.1)
better_errors (2.9.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
erubi (>= 1.0.0)
rack (>= 0.9.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
Expand All @@ -59,7 +59,7 @@ GEM
capistrano-bundler (~> 1.1)
codemirror-rails (5.5)
railties (>= 3.0, < 5)
coderay (1.1.0)
coderay (1.1.3)
coffee-rails (4.1.0)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
Expand All @@ -75,6 +75,7 @@ GEM
diff-lcs (1.2.5)
domain_name (0.5.24)
unf (>= 0.0.5, < 1.0.0)
erubi (1.10.0)
erubis (2.7.0)
execjs (2.5.2)
foundation-rails (5.5.2.1)
Expand Down Expand Up @@ -124,7 +125,7 @@ GEM
pygments.rb (0.6.3)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
rack (1.6.4)
rack (1.6.13)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.3)
Expand Down Expand Up @@ -225,7 +226,7 @@ PLATFORMS
ruby

DEPENDENCIES
better_errors (~> 2.1.1)
better_errors (~> 2.9.1)
binding_of_caller (~> 0.7.2)
capistrano (~> 3.4.0)
capistrano-rails (~> 1.1.3)
Expand Down