Skip to content

Commit

Permalink
Add oj gem, to speed up json use
Browse files Browse the repository at this point in the history
  • Loading branch information
Br3nda committed Apr 1, 2019
1 parent 8d91152 commit aa27205
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -21,6 +21,8 @@ gem 'font-awesome-sass'

gem 'uglifier' # JavaScript compressor

gem 'oj' # Speeds up json

# planting and harvest predictions
# based on median values for the crop
gem 'active_median', '0.1.4' # needs postgresql update https://github.com/Growstuff/growstuff/issues/1757
Expand Down Expand Up @@ -84,7 +86,6 @@ gem "chartkick"
# clever elastic searh
gem 'searchkick'


gem "hashie", ">= 3.5.3"

gem 'rake', '>= 10.0.0'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -297,6 +297,7 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
oj (3.7.11)
omniauth (1.9.0)
hashie (>= 3.4.6, < 3.7.0)
rack (>= 1.6.2, < 3)
Expand Down Expand Up @@ -557,6 +558,7 @@ DEPENDENCIES
loofah (>= 2.2.1)
memcachier
newrelic_rpm
oj
omniauth (~> 1.3)
omniauth-facebook
omniauth-flickr (>= 0.0.15)
Expand Down

0 comments on commit aa27205

Please sign in to comment.