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 @@ -45,6 +45,6 @@ gem 'administrate', '0.1.4'
gem 'sinatra', '1.1.4'
gem 'festivaltts4r', '0.2.0'
gem 'spree', '3.0.7'
gem 'authlogic', '1.4.3'
gem 'authlogic', '3.3.0'
gem 'devise_invitable', '1.3.4'
gem 'rack-ssl', '1.0.0'
29 changes: 9 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@ GEM
rails (~> 4.2)
sass-rails (~> 5.0)
selectize-rails (~> 0.6)
allison (2.0.3)
arel (6.0.3)
authlogic (1.4.3)
activesupport
echoe
authlogic (3.3.0)
activerecord (>= 3.2)
activesupport (>= 3.2)
autoprefixer-rails (6.3.6.1)
execjs
awesome_nested_set (3.0.3)
Expand Down Expand Up @@ -112,11 +111,6 @@ GEM
devise_invitable (1.3.4)
actionmailer (>= 3.2.6, < 5)
devise (>= 3.2.0)
echoe (4.6.6)
allison (>= 2.0.3)
rake (>= 0.9.2)
rdoc (>= 2.5.11)
rubyforge (>= 2.0.4)
erubis (2.7.0)
execjs (2.7.0)
festivaltts4r (0.2.0)
Expand Down Expand Up @@ -145,8 +139,7 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (5.0.5)
railties (>= 3.2.16)
json (1.8.3)
json_pure (1.8.3)
json (1.8.6)
kaminari (0.16.3)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
Expand All @@ -161,7 +154,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.0.0)
minitest (5.9.0)
minitest (5.17.0)
momentjs-rails (2.11.1)
railties (>= 3.1)
monetize (1.4.0)
Expand Down Expand Up @@ -226,19 +219,15 @@ GEM
activesupport (= 4.2.5)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (11.1.2)
rake (11.3.0)
ransack (1.4.1)
actionpack (>= 3.0)
activerecord (>= 3.0)
activesupport (>= 3.0)
i18n
polyamorous (~> 1.1)
rdoc (4.2.2)
json (~> 1.4)
responders (2.2.0)
railties (>= 4.2.0, < 5.1)
rubyforge (2.0.4)
json_pure (>= 1.1.7)
sass (3.4.22)
sass-rails (5.0.4)
railties (>= 4.0.0, < 5.0)
Expand Down Expand Up @@ -324,7 +313,7 @@ GEM
state_machines-activemodel (>= 0.3.0)
stringex (2.6.0)
thor (0.19.1)
thread_safe (0.3.5)
thread_safe (0.3.6)
tilt (1.4.1)
truncate_html (0.9.2)
turbolinks (2.5.3)
Expand All @@ -334,7 +323,7 @@ GEM
cldr-plurals-runtime-rb (~> 1.0.0)
json
tzinfo
tzinfo (1.2.2)
tzinfo (1.2.10)
thread_safe (~> 0.1)
uglifier (3.0.0)
execjs (>= 0.3.0, < 3)
Expand All @@ -355,7 +344,7 @@ PLATFORMS

DEPENDENCIES
administrate (= 0.1.4)
authlogic (= 1.4.3)
authlogic (= 3.3.0)
byebug
devise_invitable (= 1.3.4)
festivaltts4r (= 0.2.0)
Expand Down