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 #32

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
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ruby '2.1.2'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.1.5'
gem 'rails-i18n', '~> 4.0.0' # For 4.0.x
gem 'rails-i18n', '~> 4.0.2' # For 4.0.x
gem 'rails_12factor', group: :production

gem 'quiet_assets'
Expand All @@ -29,7 +29,7 @@ gem 'axlsx', '~> 2.0.1'


# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.2'
gem 'sass-rails', '~> 4.0.3'
gem 'slim'
gem 'slim-rails'
gem 'font-awesome-rails'
Expand All @@ -43,7 +43,7 @@ gem 'refills'
gem 'uglifier', '>= 1.3.0'

# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.0.0'
gem 'coffee-rails', '~> 4.0.1'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby
Expand All @@ -58,7 +58,7 @@ gem 'jquery-ui-sass-rails'
gem 'turbolinks'

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.2'
gem 'jbuilder', '~> 1.5', '>= 1.5.3'

group :doc do
# bundle exec rake doc:rails generates the API under doc/api.
Expand All @@ -80,7 +80,7 @@ end

group :development do
gem 'ruby_gntp'
gem 'rails-footnotes', '>= 4.0.0', '<5'
gem 'rails-footnotes', '>= 4.0.0', '< 5'
end

group :test do
Expand Down