Skip to content

Commit dd13cd7

Browse files
authored
Merge pull request #400 from xronos-ch/hotfixes_json
Hotfixes for json and performance
2 parents c552603 + 50b7179 commit dd13cd7

27 files changed

Lines changed: 961 additions & 598 deletions

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ gem 'vega'
141141
gem 'feedjira'
142142
gem 'httparty'
143143

144+
gem "msgpack", ">= 1.7.0"
145+
144146
# DATABASE --------------------------------------------------------------------
145147

146148
gem 'scenic'
@@ -182,6 +184,8 @@ group :development do
182184

183185
# Watch for N+1 queries and unused eager loading
184186
gem 'bullet'
187+
188+
gem 'xmpp4r'
185189

186190
end
187191

0 commit comments

Comments
 (0)