Skip to content

Commit

Permalink
Add psych to gemspec to be explicit about using it.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Jul 31, 2013
1 parent c5cfd44 commit 1a17fff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ GEM
slop (>= 2.4.4, < 3)
pry-rails (0.1.6)
pry
psych (2.0.0)
quiet_assets (1.0.1)
railties (~> 3.1)
rack (1.4.5)
Expand Down Expand Up @@ -336,6 +337,7 @@ DEPENDENCIES
premailer
prototype-rails
pry-rails
psych
quiet_assets
rails (~> 3.2.12)
rails3-jquery-autocomplete
Expand Down
1 change: 1 addition & 0 deletions fat_free_crm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'responds_to_parent', '>= 1.1.0'
gem.add_dependency 'rails3-jquery-autocomplete'
gem.add_dependency 'valium'
gem.add_dependency 'psych'

# FatFreeCRM has released it's own versions of the following gems:
#-----------------------------------------------------------------
Expand Down

0 comments on commit 1a17fff

Please sign in to comment.