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 @@ -19,7 +19,7 @@ gem 'mini_racer'
gem 'jquery-rails'
gem 'google-api-client', '~> 0.11'
gem 'rails_autolink'
gem 'puma'
gem 'puma', '~> 4.3'

gem 'coffee-script'
gem 'activeadmin', '~> 2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.5)
puma (4.3.5)
puma (4.3.12)
nio4r (~> 2.0)
rack (2.2.3)
rack-cors (1.1.1)
Expand Down Expand Up @@ -451,7 +451,7 @@ DEPENDENCIES
pry
pry-byebug
pry-rails
puma
puma (~> 4.3)
rack-cors
rails (~> 6)
rails_12factor
Expand Down
1 change: 1 addition & 0 deletions app/views/layouts/application.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ html
==yield :social_share_headers
=csrf_meta_tags
=auto_discovery_link_tag(:atom, feed_url(format: "atom"), title: "Engineers.SG - ATOM Feed")
link[rel="icon" type="image/png" href="/favicon.png"]
body
- cache('page_headers') do
==render 'shared/fb'
Expand Down
Empty file removed public/favicon.ico
Empty file.
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.