Skip to content

Commit

Permalink
updated frontend gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Fazal Khan committed May 29, 2015
1 parent 70c2ab2 commit 52c4276
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem 'rails', '4.2.0'
gem 'responders', '~> 2.0'

# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0.0.beta1'
gem 'sass-rails', '~> 5.0.3'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby
Expand Down Expand Up @@ -62,7 +62,7 @@ gem 'carrierwave', github: 'carrierwaveuploader/carrierwave', ref: '56873b071053
gem 'cocaine'
gem 'epdq', github: 'ministryofjustice/epdq'
gem 'fog'
gem 'govuk_frontend_toolkit', '3.4.2'
gem 'govuk_frontend_toolkit', '~> 4.0.0'
gem 'httparty'
gem 'logstasher'
gem 'moj_template', '0.23.0'
Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ GEM
formtastic_i18n (0.1.1)
globalid (0.3.0)
activesupport (>= 4.1.0)
govuk_frontend_toolkit (3.4.2)
govuk_frontend_toolkit (4.0.0)
rails (>= 3.1.0)
sass (>= 3.2.0)
guard (2.11.1)
Expand Down Expand Up @@ -320,25 +320,25 @@ GEM
logstasher (0.6.2)
logstash-event (~> 1.1.0)
request_store
loofah (2.0.1)
loofah (2.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
method_source (0.8.2)
mime-types (2.4.3)
mini_portile (0.6.2)
minitest (5.5.1)
minitest (5.7.0)
moj_template (0.23.0)
rails (>= 3.1)
multi_json (1.10.1)
multi_json (1.11.0)
multi_xml (0.5.5)
multipart-post (2.0.0)
nenv (0.2.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (2.9.2)
nokogiri (1.6.5)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
non-stupid-digest-assets (1.0.4)
notiffany (0.0.3)
Expand All @@ -360,7 +360,7 @@ GEM
pry (~> 0.10)
pry-rails (0.3.2)
pry (>= 0.9.10)
rack (1.6.0)
rack (1.6.1)
rack-livereload (0.3.15)
rack
rack-test (0.6.3)
Expand All @@ -378,11 +378,11 @@ GEM
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.5)
rails-dom-testing (1.0.6)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.1)
rails-html-sanitizer (1.0.2)
loofah (~> 2.0)
railties (4.2.0)
actionpack (= 4.2.0)
Expand Down Expand Up @@ -436,8 +436,8 @@ GEM
ruby-progressbar (~> 1.4)
ruby-progressbar (1.7.1)
safe_yaml (1.0.4)
sass (3.4.10)
sass-rails (5.0.1)
sass (3.4.14)
sass-rails (5.0.3)
railties (>= 4.0.0, < 5.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
Expand Down Expand Up @@ -478,7 +478,7 @@ GEM
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.2.2)
sprockets-rails (2.3.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
Expand All @@ -488,7 +488,7 @@ GEM
temple (0.7.5)
thor (0.19.1)
thread (0.1.4)
thread_safe (0.3.4)
thread_safe (0.3.5)
tilt (1.4.1)
timers (4.0.1)
hitimes
Expand Down Expand Up @@ -545,7 +545,7 @@ DEPENDENCIES
epdq!
factory_girl_rails
fog
govuk_frontend_toolkit (= 3.4.2)
govuk_frontend_toolkit (~> 4.0.0)
guard-livereload
httparty
jbuilder (~> 2.0)
Expand All @@ -566,7 +566,7 @@ DEPENDENCIES
rspec-its
rspec-rails (~> 3.0.0)
rubocop
sass-rails (~> 5.0.0.beta1)
sass-rails (~> 5.0.3)
shoulda-matchers
simple_form (= 3.1.0rc2)
slim-rails
Expand Down

0 comments on commit 52c4276

Please sign in to comment.