Skip to content

Commit

Permalink
chore: update gems for performance
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinW520 committed Dec 1, 2019
1 parent 11cfe98 commit b9a9ab4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -9,7 +9,7 @@ gem "bootsnap", ">= 1.4.3", require: false
gem "puma", "~> 3.11"
gem "devise"
gem "barnes"
gem "airbrake"
gem "airbrake", '~> 9.5'

# Asset Storage
gem "aws-sdk-s3", require: false
Expand Down Expand Up @@ -65,6 +65,7 @@ group :development, :test do
end

group :development do
gem "bullet"
gem "letter_opener"
gem "listen", ">= 3.0.5", "< 3.2"
gem "spring"
Expand Down
21 changes: 17 additions & 4 deletions Gemfile.lock
Expand Up @@ -65,9 +65,9 @@ GEM
device_detector
geocoder (>= 1.4.5)
safely_block (>= 0.2.1)
airbrake (9.4.3)
airbrake-ruby (~> 4.6)
airbrake-ruby (4.6.0)
airbrake (9.5.4)
airbrake-ruby (~> 4.8)
airbrake-ruby (4.8.0)
rbtree3 (~> 0.5)
archive-zip (0.11.0)
io-like (~> 0.3.0)
Expand Down Expand Up @@ -96,6 +96,9 @@ GEM
msgpack (~> 1.0)
bootstrap-select-rails (1.12.4)
builder (3.2.3)
bullet (6.0.2)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (10.0.2)
capybara (3.12.0)
addressable
Expand Down Expand Up @@ -223,6 +226,8 @@ GEM
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
macaddr (1.7.2)
systemu (~> 2.6.5)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
Expand Down Expand Up @@ -324,6 +329,8 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
ruby-growl (4.1)
uuid (~> 2.3, >= 2.3.5)
ruby_dep (1.5.0)
ruby_http_client (3.3.0)
ruby_parser (3.12.0)
Expand Down Expand Up @@ -382,6 +389,7 @@ GEM
stripe (4.8.0)
faraday (~> 0.13)
net-http-persistent (~> 3.0)
systemu (2.6.5)
temple (0.8.0)
thor (0.20.3)
thread_safe (0.3.6)
Expand All @@ -390,6 +398,9 @@ GEM
thread_safe (~> 0.1)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
uniform_notifier (1.13.0)
uuid (2.3.9)
macaddr (~> 1.0)
warden (1.2.8)
rack (>= 2.0.6)
web-console (3.7.0)
Expand All @@ -411,11 +422,12 @@ PLATFORMS
DEPENDENCIES
ahoy_email
ahoy_matey
airbrake
airbrake (~> 9.5)
aws-sdk-s3
barnes
bootsnap (>= 1.4.3)
bootstrap-select-rails
bullet
by_star!
byebug
capybara (>= 2.15)
Expand Down Expand Up @@ -445,6 +457,7 @@ DEPENDENCIES
redis (~> 4.0)
rspec
rspec-rails (~> 3.8)
ruby-growl
sass-rails (~> 5.0)
scout_apm
selenium-webdriver
Expand Down

0 comments on commit b9a9ab4

Please sign in to comment.