Skip to content

Commit

Permalink
Bump saas-rails Fixes #303
Browse files Browse the repository at this point in the history
  • Loading branch information
CGA1123 committed Nov 19, 2016
1 parent 33dd84c commit 1fd1e0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'rails', '4.2.7.1'
gem 'pg'
gem 'pg_search'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
gem 'sass-rails', '~> 5.0.6'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ GEM
rubyzip (1.2.0)
safe_yaml (1.0.4)
sass (3.4.22)
sass-rails (5.0.4)
railties (>= 4.0.0, < 5.0)
sass-rails (5.0.6)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
Expand Down Expand Up @@ -677,7 +677,7 @@ DEPENDENCIES
recaptcha
route_translator
rubocop
sass-rails (~> 5.0)
sass-rails (~> 5.0.6)
scss-lint
sdoc (~> 0.4.0)
selectize-rails
Expand Down

0 comments on commit 1fd1e0a

Please sign in to comment.