Skip to content

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Sep 10, 2017
1 parent 5a9cc58 commit 75eaf12
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 72 deletions.
16 changes: 8 additions & 8 deletions Gemfile
Expand Up @@ -8,10 +8,10 @@ git_source(:github) do |repo_name|
end

ruby '2.4.1'
gem 'rails', '5.1.3'
gem 'rails', '5.1.4'

# Servers
gem 'puma', '~> 3.9'
gem 'puma', '~> 3.10'

# Background jobs within the same process as web application
gem 'sucker_punch', '~> 2.0'
Expand Down Expand Up @@ -48,10 +48,10 @@ gem 'koala', '~> 3.0'
gem 'omniauth-facebook', '~> 4.0'

# Performance
gem 'newrelic_rpm', '~> 4.3'
gem 'newrelic_rpm', '~> 4.4'

# Security
gem 'secure_headers', '~> 3.6'
gem 'secure_headers', '~> 3.7'

# Miscellanea
gem 'google-analytics-rails', '~> 1.1'
Expand All @@ -73,11 +73,11 @@ gem 'uglifier', '~> 3.2'

group :development, :test do
gem 'bullet', '~> 5.6'
gem 'byebug', '~> 9.0'
gem 'byebug', '~> 9.1'
gem 'factory_girl_rails', '~> 4.8'
gem 'faker', '~> 1.8'
gem 'pry', '~> 0.10.4'
gem 'pry-byebug', '~> 3.4'
gem 'pry-byebug', '~> 3.5'
gem 'pry-rails', '~> 0.3.6'
gem 'rspec-rails', '~> 3.6'
gem 'rubocop', '~> 0.49.1', require: false
Expand All @@ -104,8 +104,8 @@ group :test do
gem 'email_spec', '~> 2.1'
gem 'launchy', '~> 2.4'
gem 'mongoid-rspec', github: 'mongoid-rspec/mongoid-rspec'
gem 'poltergeist', '~> 1.15'
gem 'rspec', '~> 3.5'
gem 'poltergeist', '~> 1.16'
gem 'rspec', '~> 3.6'
gem 'simplecov', '~> 0.14.1', require: false
gem 'webmock', '~> 3.0', require: false
end
Expand Down
128 changes: 64 additions & 64 deletions Gemfile.lock
Expand Up @@ -17,51 +17,51 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actioncable (5.1.3)
actionpack (= 5.1.3)
actioncable (5.1.4)
actionpack (= 5.1.4)
nio4r (~> 2.0)
websocket-driver (~> 0.6.1)
actionmailer (5.1.3)
actionpack (= 5.1.3)
actionview (= 5.1.3)
activejob (= 5.1.3)
actionmailer (5.1.4)
actionpack (= 5.1.4)
actionview (= 5.1.4)
activejob (= 5.1.4)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.1.3)
actionview (= 5.1.3)
activesupport (= 5.1.3)
actionpack (5.1.4)
actionview (= 5.1.4)
activesupport (= 5.1.4)
rack (~> 2.0)
rack-test (~> 0.6.3)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.1.3)
activesupport (= 5.1.3)
actionview (5.1.4)
activesupport (= 5.1.4)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.1.3)
activesupport (= 5.1.3)
activejob (5.1.4)
activesupport (= 5.1.4)
globalid (>= 0.3.6)
activemodel (5.1.3)
activesupport (= 5.1.3)
activerecord (5.1.3)
activemodel (= 5.1.3)
activesupport (= 5.1.3)
activemodel (5.1.4)
activesupport (= 5.1.4)
activerecord (5.1.4)
activemodel (= 5.1.4)
activesupport (= 5.1.4)
arel (~> 8.0)
activesupport (5.1.3)
activesupport (5.1.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
airbrake (6.2.1)
airbrake-ruby (~> 2.3, >= 2.3.1)
airbrake-ruby (2.3.2)
arel (8.0.0)
ast (2.3.0)
autoprefixer-rails (7.1.2.3)
autoprefixer-rails (7.1.4)
execjs
bcrypt (3.1.11)
better_errors (2.3.0)
Expand All @@ -76,7 +76,7 @@ GEM
bullet (5.6.1)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.10.0)
byebug (9.0.6)
byebug (9.1.0)
callsite (0.0.11)
capybara (2.15.1)
addressable
Expand All @@ -96,7 +96,7 @@ GEM
client_side_validations (~> 9.3, >= 9.3.2)
simple_form (~> 3.5)
cliver (0.3.2)
coderay (1.1.1)
coderay (1.1.2)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
Expand Down Expand Up @@ -146,7 +146,7 @@ GEM
execjs (~> 2.0)
sprockets (>= 2.0.0)
tilt (>= 1.2)
hashdiff (0.3.4)
hashdiff (0.3.6)
hashie (3.5.6)
htmlentities (4.3.4)
http_accept_language (2.1.1)
Expand Down Expand Up @@ -198,12 +198,12 @@ GEM
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_mime (0.1.3)
mini_mime (0.1.4)
mini_portile2 (2.2.0)
minitest (5.10.3)
mongo (2.4.3)
bson (>= 4.2.1, < 5.0.0)
mongoid (6.2.0)
mongoid (6.2.1)
activemodel (~> 5.1)
mongo (>= 2.4.1, < 3.0.0)
mongoid-compatibility (0.4.1)
Expand All @@ -217,10 +217,10 @@ GEM
stringex (~> 2.0)
mongoid_paranoia (0.3.0)
mongoid (>= 6.0.0)
multi_json (1.12.1)
multi_json (1.12.2)
multi_xml (0.6.0)
multipart-post (2.0.0)
newrelic_rpm (4.3.0.335)
newrelic_rpm (4.4.0.336)
nio4r (2.1.0)
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
Expand All @@ -242,7 +242,7 @@ GEM
parallel (1.12.0)
parser (2.4.0.0)
ast (~> 2.2)
poltergeist (1.15.0)
poltergeist (1.16.0)
capybara (~> 2.1)
cliver (~> 0.3.1)
websocket-driver (>= 0.2.0)
Expand All @@ -251,40 +251,40 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.4.2)
byebug (~> 9.0)
pry-byebug (3.5.0)
byebug (~> 9.1)
pry (~> 0.10)
pry-rails (0.3.6)
pry (>= 0.10.4)
public_suffix (2.0.5)
puma (3.9.1)
public_suffix (3.0.0)
puma (3.10.0)
rabl (0.13.1)
activesupport (>= 2.3.14)
rack (2.0.3)
rack-contrib (1.2.0)
rack (>= 0.9.1)
rack-test (0.6.3)
rack (>= 1.0)
rails (5.1.3)
actioncable (= 5.1.3)
actionmailer (= 5.1.3)
actionpack (= 5.1.3)
actionview (= 5.1.3)
activejob (= 5.1.3)
activemodel (= 5.1.3)
activerecord (= 5.1.3)
activesupport (= 5.1.3)
rack-test (0.7.0)
rack (>= 1.0, < 3)
rails (5.1.4)
actioncable (= 5.1.4)
actionmailer (= 5.1.4)
actionpack (= 5.1.4)
actionview (= 5.1.4)
activejob (= 5.1.4)
activemodel (= 5.1.4)
activerecord (= 5.1.4)
activesupport (= 5.1.4)
bundler (>= 1.3.0)
railties (= 5.1.3)
railties (= 5.1.4)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
railties (5.1.3)
actionpack (= 5.1.3)
activesupport (= 5.1.3)
railties (5.1.4)
actionpack (= 5.1.4)
activesupport (= 5.1.4)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
Expand All @@ -310,7 +310,7 @@ GEM
rspec-mocks (3.6.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-rails (3.6.0)
rspec-rails (3.6.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
Expand Down Expand Up @@ -339,7 +339,7 @@ GEM
scss_lint (0.54.0)
rake (>= 0.9, < 13)
sass (~> 3.4.20)
secure_headers (3.6.7)
secure_headers (3.7.1)
useragent
simple_form (3.5.0)
actionpack (> 4, < 5.2)
Expand All @@ -349,7 +349,7 @@ GEM
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.1)
simplecov-html (0.10.2)
slim (3.0.8)
temple (>= 0.7.6, < 0.9)
tilt (>= 1.3.3, < 2.1)
Expand All @@ -373,12 +373,12 @@ GEM
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.0)
sprockets-rails (3.2.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
stringex (2.7.1)
sucker_punch (2.0.2)
sucker_punch (2.0.3)
concurrent-ruby (~> 1.0.0)
sysexits (1.2.0)
temple (0.8.0)
Expand Down Expand Up @@ -431,7 +431,7 @@ DEPENDENCIES
better_errors (~> 2.3)
binding_of_caller (~> 0.7.2)
bullet (~> 5.6)
byebug (~> 9.0)
byebug (~> 9.1)
capybara (~> 2.15)
capybara-screenshot (~> 1.0)
client_side_validations (~> 9.3)
Expand Down Expand Up @@ -459,21 +459,21 @@ DEPENDENCIES
mongoid-rspec!
mongoid-slug (~> 5.3)
mongoid_paranoia (~> 0.3)
newrelic_rpm (~> 4.3)
newrelic_rpm (~> 4.4)
omniauth-facebook (~> 4.0)
poltergeist (~> 1.15)
poltergeist (~> 1.16)
pry (~> 0.10.4)
pry-byebug (~> 3.4)
pry-byebug (~> 3.5)
pry-rails (~> 0.3.6)
puma (~> 3.9)
puma (~> 3.10)
rabl (~> 0.13.1)
rails (= 5.1.3)
rspec (~> 3.5)
rails (= 5.1.4)
rspec (~> 3.6)
rspec-rails (~> 3.6)
rubocop (~> 0.49.1)
sass-rails (~> 5.0)
scss_lint (~> 0.54.0)
secure_headers (~> 3.6)
secure_headers (~> 3.7)
simple_form (~> 3.5)
simpleconfig (~> 2.0)
simplecov (~> 0.14.1)
Expand All @@ -498,4 +498,4 @@ RUBY VERSION
ruby 2.4.1p111

BUNDLED WITH
1.15.3
1.15.4

0 comments on commit 75eaf12

Please sign in to comment.