Skip to content

Commit

Permalink
'Fix' psych issue by adding it to the Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Peeja committed Jan 20, 2013
1 parent e88e8b0 commit bb6da64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

gem 'psych'

gem 'rails', '3.2.11'

gem 'sqlite3'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ GEM
mime-types (1.19)
multi_json (1.5.0)
polyglot (0.3.3)
psych (1.3.3)
rack (1.4.4)
rack-cache (1.2)
rack (>= 0.4)
Expand Down Expand Up @@ -120,6 +121,7 @@ PLATFORMS
DEPENDENCIES
coffee-rails (~> 3.2.1)
jquery-rails
psych
rails (= 3.2.11)
rspec-rails
sass-rails (~> 3.2.3)
Expand Down

0 comments on commit bb6da64

Please sign in to comment.