Skip to content

Commit

Permalink
Push gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xhero committed Nov 13, 2016
1 parent 761a3cb commit db5ad56
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.4.0)
arbre (1.1.1)
activesupport (>= 3.0.0)
arel (6.0.3)
Expand Down Expand Up @@ -120,8 +121,16 @@ GEM
thor
builder (3.2.2)
cancan (1.6.10)
capybara (2.10.1)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
climate_control (0.0.3)
activesupport (>= 3.0)
cliver (0.3.2)
cocaine (0.5.8)
climate_control (>= 0.0.3, < 1.0)
coderay (1.1.1)
Expand All @@ -148,7 +157,11 @@ GEM
thread_safe (~> 0.1)
warden (~> 1.2.3)
devise-i18n (1.1.0)
diff-lcs (1.2.5)
erubis (2.7.0)
exception_notification (4.2.1)
actionmailer (>= 4.0, < 6)
activesupport (>= 4.0, < 6)
execjs (2.7.0)
formtastic (3.1.4)
actionpack (>= 3.2.13)
Expand Down Expand Up @@ -215,6 +228,10 @@ GEM
mimemagic (= 0.3.0)
parslet (1.7.1)
blankslate (>= 2.0, <= 4.0)
poltergeist (1.11.0)
capybara (~> 2.1)
cliver (~> 0.3.1)
websocket-driver (>= 0.2.0)
polyamorous (1.3.1)
activerecord (>= 3.0)
pr_geohash (1.0.0)
Expand Down Expand Up @@ -264,6 +281,27 @@ GEM
rolify (5.1.0)
rsolr (1.0.13)
builder (>= 2.1.2)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-core (3.5.4)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-mocks (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-rails (3.5.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
ruby-prof (0.16.2)
sass (3.2.19)
sass-rails (4.0.5)
Expand Down Expand Up @@ -310,6 +348,11 @@ GEM
railties (>= 4.0)
sprockets-rails (>= 2.0, < 4.0)
webrick (1.3.1)
websocket-driver (0.6.4)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
xpath (2.0.0)
nokogiri (~> 1.3)

PLATFORMS
ruby
Expand All @@ -331,6 +374,7 @@ DEPENDENCIES
delayed_job_active_record
devise (~> 3.5.6)
devise-i18n
exception_notification
htmlentities
i18n-js (>= 3.0.0.rc11)
jbuilder (~> 1.2)
Expand All @@ -342,12 +386,15 @@ DEPENDENCIES
non-stupid-digest-assets
paper_trail
paperclip (~> 4.3)
poltergeist (= 1.11.0)
progress_bar!
progress_job!
pry
rails (~> 4.2.0)
rails3-jquery-autocomplete!
rolify
rspec
rspec-rails (~> 3.5)
ruby-prof
sass-rails (~> 4.0.0)
sdoc
Expand Down

0 comments on commit db5ad56

Please sign in to comment.