Skip to content

Bump sprockets from 2.12.3 to 2.12.5 #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: source
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GEM
sprockets-helpers (~> 1.1.0)
sprockets-sass (~> 1.3.0)
minitest (5.5.1)
multi_json (1.10.1)
multi_json (1.14.1)
neat (1.7.1)
bourbon (>= 4.0)
sass (>= 3.3)
Expand All @@ -101,7 +101,7 @@ GEM
padrino-support (0.12.4)
activesupport (>= 3.1)
ptools (1.3.2)
rack (1.6.0)
rack (1.6.12)
rack-livereload (0.3.15)
rack
rack-test (0.6.3)
Expand All @@ -110,7 +110,7 @@ GEM
rb-inotify (0.9.5)
ffi (>= 0.5.0)
sass (3.4.11)
sprockets (2.12.3)
sprockets (2.12.5)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
Expand Down
8 changes: 4 additions & 4 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ def nav_link(link_text, page_url, options = {})
end

def signup_url
"https://www.bridgetroll.org/events/490"
"https://www.bridgetroll.org/events/502"
end

def event_date
"October 18—19, 2019".html_safe
"March 20th—21, 2020".html_safe
end

def address_line_1
"hub1789"
"Propellers, Inc."
end

def address_line_2
"173 1/2 East Franklin Street"
"4364 S. Alston Ave, Ste. 300"
end

def address_line_3
Expand Down