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
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (4.1.9)
activesupport (4.1.16)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
Expand Down Expand Up @@ -44,7 +44,7 @@ GEM
uber (~> 0.0.4)
http_parser.rb (0.6.0)
i18n (0.6.11)
json (1.8.2)
json (1.8.6)
kramdown (1.5.0)
listen (2.8.5)
celluloid (>= 0.15.2)
Expand Down Expand Up @@ -86,7 +86,7 @@ GEM
sprockets (~> 2.12.1)
sprockets-helpers (~> 1.1.0)
sprockets-sass (~> 1.3.0)
minitest (5.5.1)
minitest (5.14.0)
multi_json (1.10.1)
neat (1.7.1)
bourbon (>= 4.0)
Expand Down Expand Up @@ -121,11 +121,11 @@ GEM
sprockets (~> 2.0)
tilt (~> 1.1)
thor (0.19.1)
thread_safe (0.3.4)
thread_safe (0.3.6)
tilt (1.4.1)
timers (4.0.1)
hitimes
tzinfo (1.2.2)
tzinfo (1.2.6)
thread_safe (~> 0.1)
uber (0.0.13)
uglifier (2.7.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