Skip to content

Commit

Permalink
Update yajl-ruby dependency to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Nov 9, 2011
1 parent 07ca320 commit e0674d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -14,7 +14,7 @@ gem 'resque-heartbeat', '~> 0.0.3'

# structures
gem 'json'
gem 'yajl-ruby', '~> 1.0.0'
gem 'yajl-ruby', '~> 1.1.0'
gem 'hashr', '~> 0.0.14'
gem 'rabl', '~> 0.5.0'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -291,7 +291,7 @@ GEM
crack (>= 0.1.7)
xpath (0.1.4)
nokogiri (~> 1.3)
yajl-ruby (1.0.0)
yajl-ruby (1.1.0)

PLATFORMS
ruby
Expand Down Expand Up @@ -343,4 +343,4 @@ DEPENDENCIES
unicorn (~> 4.1.1)
unobtrusive_flash (~> 0.0.2)
webmock
yajl-ruby (~> 1.0.0)
yajl-ruby (~> 1.1.0)

0 comments on commit e0674d1

Please sign in to comment.