diff --git a/Gemfile b/Gemfile index 3210c4e..1ff9e2e 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "annotate" gem "country-select", "~> 1.1.1" gem "friendly_id", "~> 4.0.4" gem "geocoder", "~> 1.1.6" -gem "haml", "~> 3.1.4" +gem "haml", "~> 5.0.0" gem "icalendar" gem "inherited_resources" gem "jquery-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 96e7560..b98f992 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,9 @@ GEM geocoder (1.1.6) gherkin (2.4.21) json (>= 1.4.6) - haml (3.1.7) + haml (5.0.0) + temple (>= 0.8.0) + tilt has_scope (0.5.1) hashie (1.2.0) hike (1.2.1) @@ -182,6 +184,7 @@ GEM multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) + temple (0.8.2) term-ansicolor (1.0.7) thor (0.16.0) tilt (1.3.3) @@ -224,7 +227,7 @@ DEPENDENCIES fakeweb (~> 1.3.0) friendly_id (~> 4.0.4) geocoder (~> 1.1.6) - haml (~> 3.1.4) + haml (~> 5.0.0) icalendar inherited_resources jquery-rails