adopt-a-hydrant/Gemfile.lock

226 lines
5.1 KiB
Plaintext
Raw Normal View History

2011-02-14 18:28:51 +00:00
GEM
2011-12-12 15:50:35 +00:00
remote: https://rubygems.org/
2011-02-14 18:28:51 +00:00
specs:
2014-09-12 01:06:45 +00:00
actionmailer (4.1.6)
actionpack (= 4.1.6)
actionview (= 4.1.6)
mail (~> 2.5, >= 2.5.4)
actionpack (4.1.6)
actionview (= 4.1.6)
activesupport (= 4.1.6)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
2014-09-12 01:06:45 +00:00
actionview (4.1.6)
activesupport (= 4.1.6)
2014-04-09 07:02:20 +00:00
builder (~> 3.1)
erubis (~> 2.7.0)
2014-09-12 01:06:45 +00:00
activemodel (4.1.6)
activesupport (= 4.1.6)
2014-04-09 07:02:20 +00:00
builder (~> 3.1)
2014-09-12 01:06:45 +00:00
activerecord (4.1.6)
activemodel (= 4.1.6)
activesupport (= 4.1.6)
2014-04-09 07:02:20 +00:00
arel (~> 5.0.0)
2014-09-12 01:06:45 +00:00
activesupport (4.1.6)
2014-03-15 14:44:05 +00:00
i18n (~> 0.6, >= 0.6.9)
2014-04-09 07:02:20 +00:00
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
2014-04-09 07:02:20 +00:00
tzinfo (~> 1.1)
2014-03-24 09:48:56 +00:00
addressable (2.3.6)
arel (5.0.1.20140414130214)
2014-04-22 09:16:57 +00:00
ast (2.0.0)
astrolabe (1.3.0)
parser (>= 2.2.0.pre.3, < 3.0)
2014-02-26 22:13:25 +00:00
bcrypt (3.1.7)
2014-04-09 07:02:20 +00:00
builder (3.2.2)
coderay (1.1.0)
coffee-rails (4.0.1)
2011-10-05 18:41:05 +00:00
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
2014-07-11 06:02:24 +00:00
coffee-script (2.3.0)
2011-10-05 18:41:05 +00:00
coffee-script-source
execjs
coffee-script-source (1.8.0)
2014-08-18 17:13:22 +00:00
coveralls (0.7.1)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
2014-02-02 18:53:33 +00:00
crack (0.4.2)
safe_yaml (~> 1.0.0)
2014-08-15 00:06:00 +00:00
devise (3.3.0)
2014-03-19 15:22:49 +00:00
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
thread_safe (~> 0.1)
warden (~> 1.2.3)
2014-06-16 09:35:09 +00:00
docile (1.1.5)
2011-05-06 02:38:25 +00:00
erubis (2.7.0)
2014-06-28 21:22:37 +00:00
execjs (2.2.1)
fastercsv (1.5.5)
font-awesome-rails (4.2.0.0)
railties (>= 3.2, < 5.0)
2014-10-02 07:22:38 +00:00
geokit (1.9.0)
multi_json (>= 1.3.2)
2014-01-07 23:08:02 +00:00
haml (4.0.5)
tilt
hike (1.2.3)
http_accept_language (2.0.2)
2014-07-11 06:03:53 +00:00
i18n (0.6.11)
2014-09-02 17:41:42 +00:00
jquery-rails (3.1.2)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (4.2.1)
2014-02-19 08:22:35 +00:00
railties (>= 3.2.16)
json (1.8.1)
2014-06-11 06:33:53 +00:00
kaminari (0.16.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
2014-09-12 01:06:45 +00:00
mail (2.6.1)
mime-types (>= 1.16, < 3)
method_source (0.8.2)
2014-09-12 01:06:45 +00:00
mime-types (2.3)
2014-05-14 07:38:05 +00:00
mini_portile (0.6.0)
2014-09-27 04:44:20 +00:00
minitest (5.4.2)
2014-05-22 11:03:11 +00:00
multi_json (1.10.1)
nested_form (0.3.2)
2014-07-09 07:47:20 +00:00
netrc (0.7.7)
2014-07-24 03:50:41 +00:00
nokogiri (1.6.3.1)
2014-05-14 07:38:05 +00:00
mini_portile (= 0.6.0)
orm_adapter (0.5.0)
2014-08-08 20:58:13 +00:00
parser (2.2.0.pre.4)
2014-04-22 09:16:48 +00:00
ast (>= 1.1, < 3.0)
2014-03-28 15:00:40 +00:00
slop (~> 3.4, >= 3.4.5)
2013-12-19 09:47:44 +00:00
pg (0.17.1)
2014-03-28 15:00:40 +00:00
powerpack (0.0.9)
2014-08-18 17:13:31 +00:00
pry (0.10.1)
2014-06-10 09:41:17 +00:00
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
2014-09-08 06:39:51 +00:00
puma (2.9.1)
rack (>= 1.1, < 2.0)
rack (1.5.2)
2014-08-15 23:36:54 +00:00
rack-pjax (0.8.0)
nokogiri (~> 1.5)
2014-08-15 23:36:54 +00:00
rack (~> 1.1)
rack-test (0.6.2)
2011-02-14 18:28:51 +00:00
rack (>= 1.0)
2014-09-12 01:06:45 +00:00
rails (4.1.6)
actionmailer (= 4.1.6)
actionpack (= 4.1.6)
actionview (= 4.1.6)
activemodel (= 4.1.6)
activerecord (= 4.1.6)
activesupport (= 4.1.6)
bundler (>= 1.3.0, < 2.0)
2014-09-12 01:06:45 +00:00
railties (= 4.1.6)
2014-04-09 07:02:20 +00:00
sprockets-rails (~> 2.0)
rails_12factor (0.0.2)
rails_serve_static_assets
rails_stdout_logging
2014-08-19 22:58:30 +00:00
rails_admin (0.6.3)
builder (~> 3.1)
coffee-rails (~> 4.0)
font-awesome-rails (>= 3.0)
haml (~> 4.0)
jquery-rails (~> 3.0)
jquery-ui-rails (~> 4.0)
kaminari (~> 0.14)
nested_form (~> 0.3)
rack-pjax (~> 0.7)
2014-02-02 18:53:33 +00:00
rails (~> 4.0)
2012-04-17 01:00:48 +00:00
remotipart (~> 1.0)
2014-02-02 18:53:33 +00:00
safe_yaml (~> 1.0)
sass-rails (~> 4.0)
rails_serve_static_assets (0.0.2)
rails_stdout_logging (0.0.3)
2014-09-12 01:06:45 +00:00
railties (4.1.6)
actionpack (= 4.1.6)
activesupport (= 4.1.6)
2011-02-14 18:28:51 +00:00
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
2014-03-28 15:00:40 +00:00
rainbow (2.0.0)
2014-05-16 05:28:11 +00:00
rake (10.3.2)
remotipart (1.2.1)
2014-07-16 06:30:33 +00:00
rest-client (1.7.2)
2014-07-09 07:47:20 +00:00
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
2014-09-20 03:50:08 +00:00
rubocop (0.26.1)
astrolabe (~> 1.3)
2014-08-15 13:39:51 +00:00
parser (>= 2.2.0.pre.4, < 3.0)
2014-03-28 15:00:40 +00:00
powerpack (~> 0.0.6)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4)
ruby-progressbar (1.6.0)
2014-09-29 07:34:27 +00:00
safe_yaml (1.0.4)
2014-04-10 21:09:34 +00:00
sass (3.2.19)
sass-rails (4.0.3)
railties (>= 4.0.0, < 5.0)
2014-04-10 21:09:34 +00:00
sass (~> 3.2.0)
sprockets (~> 2.8, <= 2.11.0)
sprockets-rails (~> 2.0)
2014-09-22 12:50:01 +00:00
simplecov (0.9.1)
docile (~> 1.1.0)
2014-09-22 12:50:01 +00:00
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
2014-07-19 08:39:36 +00:00
slop (3.6.0)
2014-05-13 08:45:16 +00:00
spring (1.1.3)
2014-02-20 10:55:34 +00:00
sprockets (2.11.0)
hike (~> 1.2)
multi_json (~> 1.0)
2011-05-06 02:38:25 +00:00
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.1.4)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
2014-02-26 22:13:37 +00:00
sqlite3 (1.3.9)
2014-02-08 09:08:01 +00:00
term-ansicolor (1.3.0)
tins (~> 1.0)
2014-03-24 09:46:41 +00:00
thor (0.19.1)
2014-05-28 13:46:48 +00:00
thread_safe (0.3.4)
tilt (1.4.1)
2014-09-20 03:50:18 +00:00
tins (1.3.3)
2014-08-09 07:34:39 +00:00
tzinfo (1.2.2)
2014-04-09 07:02:20 +00:00
thread_safe (~> 0.1)
2014-07-19 08:39:51 +00:00
uglifier (2.5.3)
execjs (>= 0.3.0)
json (>= 1.8.0)
validates_formatting_of (0.8.1)
activemodel (~> 4.0)
warden (1.2.3)
2011-08-29 18:23:00 +00:00
rack (>= 1.0)
2014-09-29 07:34:42 +00:00
webmock (1.19.0)
2014-05-13 08:46:08 +00:00
addressable (>= 2.3.6)
crack (>= 0.3.2)
2011-02-14 18:28:51 +00:00
PLATFORMS
ruby
DEPENDENCIES
arel
coveralls
devise
2011-08-09 20:28:59 +00:00
fastercsv
2011-02-23 21:09:48 +00:00
geokit
2013-02-12 00:04:37 +00:00
haml
http_accept_language
nokogiri
2011-02-23 20:42:28 +00:00
pg
pry
2012-04-22 23:23:18 +00:00
puma
2014-09-12 01:06:45 +00:00
rails (~> 4.1.6)
rails_12factor
2012-04-17 01:00:48 +00:00
rails_admin
2014-03-28 15:00:40 +00:00
rubocop
2014-04-10 21:09:34 +00:00
sass-rails (>= 4.0.3)
2011-05-08 19:43:23 +00:00
simplecov
2014-04-09 07:02:20 +00:00
spring
2011-05-08 23:07:54 +00:00
sqlite3
uglifier
2012-01-02 12:36:34 +00:00
validates_formatting_of
2011-05-08 22:12:01 +00:00
webmock