Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.
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
14 changes: 7 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@ gem 'token_phrase'

gem 'meta-tags', require: 'meta_tags'

gem 'activeadmin'
gem 'activeadmin', '>= 0.6.0'

gem 'glow'
gem 'twitter-bootstrap-rails'
gem 'jquery-minicolors-rails'
gem 'glow', '>= 0.0.12'
gem 'twitter-bootstrap-rails', '>= 2.2.7'
gem 'jquery-minicolors-rails', '>= 0.0.3'

# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'sass-rails', '~> 3.2.6'
gem 'coffee-rails', '~> 3.2.2'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', :platforms => :ruby
gem 'uglifier', '>= 1.0.3'
end

group :development do
gem "pry"
gem 'rspec-rails'
gem 'rspec-rails', '>= 2.13.2'
gem 'letter_opener'
end

Expand Down
174 changes: 101 additions & 73 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,17 @@ GEM
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activeadmin (0.6.0)
arbre (>= 1.0.1)
bourbon (>= 1.0.0)
devise (>= 1.1.2)
fastercsv
formtastic (>= 2.0.0)
inherited_resources (>= 1.3.1)
jquery-rails (>= 1.0.0)
kaminari (>= 0.13.0)
meta_search (>= 0.9.2)
rails (>= 3.0.0)
sass (>= 3.1.0)
activeadmin (0.6.6)
arbre (~> 1.0)
bourbon (>= 1.0.0, < 4)
devise (>= 1.5.4, < 4)
formtastic (~> 2.0)
inherited_resources (~> 1.3)
jquery-rails (>= 1.0.0, < 3)
kaminari (~> 0.13, != 0.15.0)
meta_search (~> 1.0)
rails (>= 3.0.0, < 4)
sass (~> 3.1)
activemodel (3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
Expand All @@ -41,65 +40,77 @@ GEM
i18n (= 0.6.1)
multi_json (~> 1.0)
addressable (2.3.5)
arbre (1.0.1)
arbre (1.2.1)
activesupport (>= 3.0.0)
arel (3.0.2)
bcrypt-ruby (3.0.1)
bourbon (3.1.8)
sass (>= 3.2.0)
arel (3.0.3)
bcrypt (3.1.13)
bourbon (3.2.4)
sass (~> 3.2)
thor
builder (3.0.4)
certified (0.1.1)
coderay (1.0.9)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.6.2)
devise (2.2.4)
bcrypt-ruby (~> 3.0)
coffee-script-source (1.12.2)
commonjs (0.2.7)
devise (3.5.10)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (~> 3.1)
warden (~> 1.2.1)
diff-lcs (1.2.4)
railties (>= 3.2.6, < 5)
responders
thread_safe (~> 0.1)
warden (~> 1.2.3)
diff-lcs (1.3)
erubis (2.7.0)
execjs (1.4.0)
multi_json (~> 1.0)
execjs (2.7.0)
faraday (0.8.7)
multipart-post (~> 1.1)
fastercsv (1.5.5)
formtastic (2.2.1)
ffi (1.12.2)
formtastic (2.3.1)
actionpack (>= 3.0)
glow (0.0.12)
glow (0.0.15)
actionpack (>= 3.0.0)
jquery-rails
rails (>= 3.0.0, < 4.0.0)
railties (>= 3.0.0)
haml (4.0.3)
tilt
has_scope (0.5.1)
has_scope (0.6.0)
actionpack (>= 3.2, < 5)
activesupport (>= 3.2, < 5)
hike (1.2.3)
i18n (0.6.1)
inherited_resources (1.4.0)
has_scope (~> 0.5.0)
responders (~> 0.9)
inherited_resources (1.7.2)
actionpack (>= 3.2, < 5.2.x)
has_scope (~> 0.6)
railties (>= 3.2, < 5.2.x)
responders
journey (1.0.4)
jquery-minicolors-rails (0.0.3)
jquery-minicolors-rails (2.2.6.2)
jquery-rails
rails (>= 3.2.8)
jquery-rails (2.3.0)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.0)
kaminari (0.14.1)
json (1.8.6)
kaminari (0.17.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
launchy (2.3.0)
addressable (~> 2.3)
less (2.6.0)
commonjs (~> 0.2.7)
less-rails (2.6.0)
actionpack (>= 3.1)
less (~> 2.6.0)
letter_opener (1.1.2)
launchy (~> 2.2)
libv8 (3.16.14.7)
mail (2.5.4)
mail (2.5.5)
mime-types (~> 1.16)
treetop (~> 1.4.8)
meta-tags (1.5.0)
Expand All @@ -110,29 +121,29 @@ GEM
activesupport (~> 3.1)
polyamorous (~> 0.5.0)
method_source (0.8.1)
mime-types (1.23)
multi_json (1.7.7)
mime-types (1.25.1)
multi_json (1.14.1)
multipart-post (1.2.0)
newrelic_rpm (3.6.4.122)
orm_adapter (0.4.0)
orm_adapter (0.5.0)
pg (0.15.1)
pg_search (0.6.4)
activerecord (>= 3.1)
activesupport (>= 3.1)
arel
polyamorous (0.5.0)
activerecord (~> 3.0)
polyglot (0.3.3)
polyglot (0.3.5)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
rack (1.4.5)
rack-cache (1.2)
rack (1.4.7)
rack-cache (1.11.0)
rack (>= 0.4)
rack-ssl (1.3.3)
rack-ssl (1.3.4)
rack
rack-test (0.6.2)
rack-test (0.6.3)
rack (>= 1.0)
rack-timeout (0.0.4)
rails (3.2.13)
Expand All @@ -150,36 +161,49 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.1.0)
rake (13.0.1)
ransack (0.7.2)
actionpack (~> 3.0)
activerecord (~> 3.0)
polyamorous (~> 0.5.0)
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (3.12.2)
json (~> 1.4)
ref (1.0.5)
responders (0.9.3)
railties (~> 3.1)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
rspec-rails (2.13.2)
responders (1.1.2)
railties (>= 3.2, < 4.2)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-rails (3.9.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
sass (3.2.9)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
simple_oauth (0.2.0)
slop (3.4.5)
spring (1.1.3)
sprockets (2.2.2)
sprockets (2.2.3)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
Expand All @@ -188,39 +212,40 @@ GEM
therubyracer (0.12.1)
libv8 (~> 3.16.14.0)
ref
thor (0.18.1)
thor (1.0.1)
thread_safe (0.3.6)
tilt (1.4.1)
token_phrase (1.0.4)
treetop (1.4.14)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
twitter (4.8.1)
faraday (~> 0.8, < 0.10)
multi_json (~> 1.0)
simple_oauth (~> 0.2)
twitter-bootstrap-rails (2.2.7)
twitter-bootstrap-rails (3.2.2)
actionpack (>= 3.1)
execjs
rails (>= 3.1)
execjs (>= 2.2.2, >= 2.2)
less-rails (>= 2.5.0)
railties (>= 3.1)
tzinfo (0.3.37)
tzinfo (0.3.56)
uglifier (2.1.1)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
warden (1.2.1)
warden (1.2.7)
rack (>= 1.0)

PLATFORMS
ruby

DEPENDENCIES
activeadmin
activeadmin (>= 0.6.0)
certified
coffee-rails (~> 3.2.1)
glow
coffee-rails (~> 3.2.2)
glow (>= 0.0.12)
haml
has_scope
jquery-minicolors-rails
jquery-minicolors-rails (>= 0.0.3)
jquery-rails (= 2.3.0)
kaminari
letter_opener
Expand All @@ -232,12 +257,15 @@ DEPENDENCIES
rack-timeout
rails (= 3.2.13)
ransack
rspec-rails
sass-rails (~> 3.2.3)
rspec-rails (>= 2.13.2)
sass-rails (~> 3.2.6)
spring
sqlite3
therubyracer
token_phrase
twitter
twitter-bootstrap-rails
twitter-bootstrap-rails (>= 2.2.7)
uglifier (>= 1.0.3)

BUNDLED WITH
1.17.3