Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo', '~> 0.3.37'
gem 'gmaps4rails'
gem 'haml', '~> 4.0.6'
gem 'haml', '~> 5.1.2'
gem 'autoprefixer-rails'
#gem 'strong_parameters'
gem 'protected_attributes'
Expand Down
11 changes: 9 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ GEM
axlsx_rails (0.3.0)
axlsx (>= 2.0.1)
rails (>= 3.1)
bcrypt (3.1.10)
bcrypt (3.1.10-x86-mingw32)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
Expand Down Expand Up @@ -93,7 +94,8 @@ GEM
execjs (2.5.0)
geocoder (1.2.8)
gmaps4rails (2.1.2)
haml (4.0.6)
haml (5.1.2)
temple (>= 0.8.0)
tilt
hike (1.2.3)
htmlentities (4.3.3)
Expand All @@ -117,6 +119,8 @@ GEM
minitest (4.7.5)
multi_json (1.11.0)
nested_form (0.3.2)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.6.6.2-x86-mingw32)
mini_portile (~> 0.6.0)
orm_adapter (0.5.0)
Expand All @@ -125,6 +129,7 @@ GEM
activesupport (>= 3.0.0)
cocaine (~> 0.5.3)
mime-types
pg (0.18.1)
pg (0.18.1-x86-mingw32)
polyglot (0.3.5)
protected_attributes (1.0.3)
Expand Down Expand Up @@ -177,6 +182,7 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
temple (0.8.2)
thor (0.19.1)
thread_safe (0.3.5)
tilt (1.4.1)
Expand All @@ -197,6 +203,7 @@ GEM
sprockets-rails (>= 2.0, < 4.0)

PLATFORMS
ruby
x86-mingw32

DEPENDENCIES
Expand All @@ -212,7 +219,7 @@ DEPENDENCIES
devise
geocoder
gmaps4rails
haml (~> 4.0.6)
haml (~> 5.1.2)
jbuilder (~> 2.0)
jquery-rails
jquery-ui-rails
Expand Down