Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 1 vulnerabilities #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
source 'https://rubygems.org'
ruby '2.5.1'

gem 'rails', '~> 4.2'
gem 'rails', '~> 5.0', '>= 5.0.0'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.


# front-end
gem 'bootstrap-sass', '~> 3.4.1'
gem 'bourbon', '~> 4.2.7'
gem 'bower', '~> 0.0.5'
gem 'coffee-rails', '~> 4.2'
gem 'coffee-rails', '~> 4.2', '>= 4.2.2'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

gem 'compass', '~> 1.0.3'
gem 'hamlit', '~> 2.7'
gem 'jquery-rails', '~> 4.2'
gem 'jquery-rails', '~> 4.3', '>= 4.3.3'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

gem 'jquery-turbolinks', '~> 2.1.0'
gem 'nav_lynx', '~> 1.1.1'
gem 'sass-rails', '~> 5.0'
gem 'sass-rails', '~> 5.0', '>= 5.0.7'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

# gem 'sassc', '~> 1.8'
gem 'turbolinks', '~> 5.0'
gem 'uglifier', '~> 3.0'
Expand Down Expand Up @@ -46,7 +46,7 @@ gem 'readthis', '~> 2.2' # cool new redis client http://sorentwo.com/2015/07/20/
gem 'mandrill-api', '~> 1.0.53'

# background jobs
gem 'sidekiq', '~> 5.1'
gem 'sidekiq', '~> 5.1', '>= 5.1.3'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.


# miscelaneous
gem 'country_select', '~> 2.5'
Expand All @@ -62,7 +62,7 @@ gem 'social_shares', '~> 0.3.2'
gem 'tumblr_client', '~> 0.8.5'

# localization
gem 'rails-i18n', '~> 4.0.4' # needs Rails 5 to update
gem 'rails-i18n', '~> 5.0.0' # needs Rails 5 to update
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.


# performance & monitoring
gem 'airbrake', '~> 5.6'
Expand All @@ -78,35 +78,35 @@ group :development do
gem 'binding_of_caller', '~> 0.7.2'
gem 'brakeman', '~> 3.3'
gem 'bullet', '~> 5.3'
gem 'derailed_benchmarks', '~> 1.3'
gem 'derailed_benchmarks', '~> 1.3', '>= 1.3.4'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

gem 'gem_bench', require: false
gem 'immigrant', '~> 0.3.5'
gem 'letter_opener', '~> 1.4'
gem 'memory_profiler', '~> 0.9.6'
gem 'meta_request', '~> 0.4.0'
gem 'meta_request', '~> 0.4.3'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

gem 'populator', '~> 1.0.0'
gem 'sinatra', '~> 1.4.7' # for Sidekiq monitoring https://github.com/mperham/sidekiq/wiki/Monitoring
gem 'rails-footnotes', '~> 4.1'
gem 'sinatra', '~> 2.0.0' # for Sidekiq monitoring https://github.com/mperham/sidekiq/wiki/Monitoring
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

gem 'rails-footnotes', '~> 4.1', '>= 4.1.8'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem rails-footnotes should appear before sinatra.
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

gem 'rails_best_practices', '~> 1.17'
# benchmarking
gem 'stackprof', '~> 0.2.9'
gem 'web-console', '~> 3.3'
gem 'web-console', '~> 3.3', '>= 3.3.0'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

end

group :development, :test do
gem 'ffaker', '~> 2.2'
gem 'jazz_fingers', '~> 4.0'
gem 'rspec-rails', '~> 3.5'
gem 'rspec-rails', '~> 3.7', '>= 3.7.2'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

gem 'spring', '~> 1.7'
end

group :test do
gem 'capybara', '~> 3.3'
gem 'capybara-screenshot', '~> 1.0'
gem 'capybara-webkit', '~> 1.15'
gem 'capybara', '~> 3.31', '>= 3.31.0'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

gem 'capybara-screenshot', '~> 1.0', '>= 1.0.24'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

gem 'capybara-webkit', '~> 1.15', '>= 1.15.1'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

gem 'codeclimate-test-reporter', '~> 0.6.0', require: nil
gem 'database_cleaner', '~> 1.5'
gem 'factory_girl_rails', '~> 4.7'
gem 'factory_girl_rails', '~> 4.9', '>= 4.9.0'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

gem 'guard-rspec', '~> 4.7'
gem 'shoulda-matchers', '~> 3.1'
gem 'webmock', '~> 2.1'
Expand Down