Skip to content

Commit

Permalink
switch to rapidjson
Browse files Browse the repository at this point in the history
  • Loading branch information
razumau committed May 20, 2023
1 parent f0beae0 commit a94f8fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -6,6 +6,7 @@ gem 'honeybadger', '~> 4.0'
gem 'httparty'
gem 'pg'
gem 'rake'
gem 'rapidjson'
gem 'rubocop', require: false
gem 'rubocop-rake', require: false
gem 'rubocop-sequel', require: false
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -15,6 +15,7 @@ GEM
pg (1.5.3)
rainbow (3.1.1)
rake (13.0.6)
rapidjson (0.1.1)
regexp_parser (2.8.0)
rexml (3.2.5)
rubocop (1.51.0)
Expand Down Expand Up @@ -48,6 +49,7 @@ DEPENDENCIES
httparty
pg
rake
rapidjson
rubocop
rubocop-rake
rubocop-sequel
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require 'rapidjson/json_gem'

require_relative 'db'
require_relative './fetchers/towns'
require_relative './fetchers/teams'
Expand Down

0 comments on commit a94f8fa

Please sign in to comment.