Skip to content

Commit

Permalink
Use latest psych in Gemfile
Browse files Browse the repository at this point in the history
In order to use  we need to include latest psych gem
  • Loading branch information
arthurnn committed Feb 6, 2015
1 parent 63bb533 commit d523bfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'
# ruby '2.0.0'

gem 'rails', '~> 4.1.9'

gem 'psych', '~> 2.0.12'
gem 'builder'
gem 'dynamic_form'
gem 'excon'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
psych (2.0.12)
rack (1.5.2)
rack-maintenance (2.0.0)
rack (>= 1.0)
Expand Down Expand Up @@ -276,6 +277,7 @@ DEPENDENCIES
paul_revere
pg
pry
psych (~> 2.0.12)
rack
rack-maintenance
rack-test
Expand Down

0 comments on commit d523bfd

Please sign in to comment.