Skip to content

Commit

Permalink
Merge a8dd28d into 9cc78c0
Browse files Browse the repository at this point in the history
  • Loading branch information
igkyab committed Aug 17, 2017
2 parents 9cc78c0 + a8dd28d commit 749ea48
Show file tree
Hide file tree
Showing 121 changed files with 1,914 additions and 152 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Expand Up @@ -132,6 +132,9 @@ gem 'humanize'
gem 'i18n-complements', '>= 0.0.14'
gem 'i18n-js', '>= 3.0.0.rc12'

# Dates management
gem 'time_diff'

# XML Parsing/Writing, HTML extraction
gem 'nokogiri', '~> 1.7.1'

Expand Down Expand Up @@ -189,7 +192,7 @@ gem 'luhn'
gem 'bootstrap-slider-rails'

group :development do
gem 'bullet', '~> 5.5.0'
gem 'bullet', '< 5.6.0'

gem 'quiet_assets'
# gem 'rack-mini-profiler'
Expand Down
6 changes: 5 additions & 1 deletion Gemfile.lock
Expand Up @@ -519,6 +519,9 @@ GEM
thor (0.19.4)
thread_safe (0.3.6)
tilt (2.0.8)
time_diff (0.3.0)
activesupport
i18n
timecop (0.9.1)
timeliness (0.3.8)
tins (1.15.0)
Expand Down Expand Up @@ -586,7 +589,7 @@ DEPENDENCIES
bootstrap-slider-rails
bootstrap3-datetimepicker-rails
browser
bullet (~> 5.5.0)
bullet (< 5.6.0)
capybara
capybara-webkit
charlock_holmes
Expand Down Expand Up @@ -674,6 +677,7 @@ DEPENDENCIES
teaspoon-jasmine
therubyracer
thin
time_diff
timecop
treetop
turbolinks (~> 2.0)
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
90 changes: 90 additions & 0 deletions app/assets/images/intervention_participations/action-travel.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 749ea48

Please sign in to comment.