Skip to content

Commit

Permalink
Bump json-schema version to 2.2.3
Browse files Browse the repository at this point in the history
This is to pick up our fix to the gem for symbol keys in hashes in
arrays:

    voxpupuli/json-schema#105

This means that we can write our test data more idiomatically as ruby
hashes with symbol keys. While working on the schema we had found a
workaround to this which involved calling .to_json on the data before
validating it, but the fix makes this unnecessary.
  • Loading branch information
jennyd committed Jul 17, 2014
1 parent 558e4fd commit 4016e03
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 @@ -5,7 +5,7 @@ gem 'rails-api', '0.2.1'
gem 'logstasher', '0.5.3'
gem 'unicorn', '4.8.3'
gem 'airbrake', '3.1.15'
gem 'json-schema', '2.2.2'
gem 'json-schema', '2.2.3'

group :development, :test do
gem 'rspec-rails', '3.0.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -43,7 +43,7 @@ GEM
hike (1.2.3)
i18n (0.6.9)
json (1.8.1)
json-schema (2.2.2)
json-schema (2.2.3)
kgio (2.9.2)
logstash-event (1.1.5)
logstasher (0.5.3)
Expand Down Expand Up @@ -136,7 +136,7 @@ DEPENDENCIES
airbrake (= 3.1.15)
ci_reporter (= 2.0.0.alpha2)
ci_reporter_rspec (= 0.0.2)
json-schema (= 2.2.2)
json-schema (= 2.2.3)
logstasher (= 0.5.3)
rails (= 4.1.2)
rails-api (= 0.2.1)
Expand Down

0 comments on commit 4016e03

Please sign in to comment.