Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Commit

Permalink
update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Jan 22, 2016
1 parent a5bebba commit 0718702
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 52 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"
ruby "2.2.3" # this should match `.ruby-version` and docs/setup.md

gem "active_model_serializers"
gem "activeadmin", github: "activeadmin"
gem "activeadmin", github: "activeadmin", ref: "d787029e"
gem "acts_as_list"
gem "acts-as-taggable-on", "~> 3.4"
gem "ar_outer_joins"
Expand Down
106 changes: 55 additions & 51 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
GIT
remote: git://github.com/activeadmin/activeadmin.git
revision: d787029e5523be2eb2ed99816eb0cecca2b72862
ref: d787029e
specs:
activeadmin (1.0.0.pre2)
arbre (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -46,7 +47,7 @@ GEM
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
active_model_serializers (0.9.3)
active_model_serializers (0.9.4)
activemodel (>= 3.2)
activejob (4.2.5)
activesupport (= 4.2.5)
Expand All @@ -68,14 +69,14 @@ GEM
activerecord (>= 3.2, < 5)
acts_as_list (0.7.2)
activerecord (>= 3.0)
addressable (2.3.8)
addressable (2.4.0)
ar_outer_joins (0.2.0)
activerecord (>= 3.2)
arbre (1.0.3)
activesupport (>= 3.0.0)
arel (6.0.3)
atomic (1.1.99)
autoprefixer-rails (6.1.1)
autoprefixer-rails (6.3.1)
execjs
json
awesome_print (1.6.1)
Expand All @@ -84,21 +85,22 @@ GEM
aws-sdk-v1 (1.66.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
bootstrap-sass (3.3.5.1)
autoprefixer-rails (>= 5.0.0.1)
sass (>= 3.3.0)
bootstrap-sass (3.3.6)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
bourbon (4.2.6)
sass (~> 3.4)
thor (~> 0.19)
browser-timezone-rails (0.0.8)
jquery-rails
rails (>= 3.1)
builder (3.2.2)
bullet (4.14.10)
bullet (5.0.0)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.9.0)
byebug (8.2.0)
capybara (2.5.0)
byebug (8.2.1)
capybara (2.6.0)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
Expand All @@ -115,14 +117,15 @@ GEM
codeclimate-test-reporter (0.4.8)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
coffee-rails (4.1.0)
coffee-rails (4.1.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
railties (>= 4.0.0, < 5.1.x)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
colorize (0.7.7)
concurrent-ruby (1.0.0)
crack (0.4.3)
safe_yaml (~> 1.0.0)
css_parser (1.3.7)
Expand All @@ -136,10 +139,10 @@ GEM
delayed_job (>= 3.0, < 5)
diff-lcs (1.2.5)
docile (1.1.5)
dotenv (2.0.2)
dotenv-rails (2.0.2)
dotenv (= 2.0.2)
railties (~> 4.0)
dotenv (2.1.0)
dotenv-rails (2.1.0)
dotenv (= 2.1.0)
railties (>= 4.0, < 5.1)
draper (2.1.0)
actionpack (>= 3.0)
activemodel (>= 3.0)
Expand All @@ -153,19 +156,19 @@ GEM
factory_girl_rails (4.5.0)
factory_girl (~> 4.5.0)
railties (>= 3.0.0)
faker (1.5.0)
faker (1.6.1)
i18n (~> 0.5)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.10)
font-awesome-sass (4.4.0)
font-awesome-sass (4.5.0)
sass (>= 3.2)
foreman (0.78.0)
thor (~> 0.19.1)
formatador (0.2.5)
formtastic (3.1.3)
actionpack (>= 3.2.13)
formtastic_i18n (0.4.1)
formtastic_i18n (0.5.0)
github-markdown (0.6.9)
globalid (0.3.6)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -195,7 +198,7 @@ GEM
activerecord (>= 3.0)
hashdiff (0.2.3)
hashie (3.4.3)
html-pipeline (2.2.2)
html-pipeline (2.3.0)
activesupport (>= 2, < 5)
nokogiri (>= 1.4)
html_pipeline_rails (0.1.0)
Expand All @@ -207,7 +210,7 @@ GEM
has_scope (~> 0.6.0.rc)
railties (>= 3.2, < 5)
responders
jquery-rails (4.0.5)
jquery-rails (4.1.0)
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand Down Expand Up @@ -241,23 +244,23 @@ GEM
rb-inotify (>= 0.9)
loofah (2.0.3)
nokogiri (>= 1.5.9)
lumberjack (1.0.9)
lumberjack (1.0.10)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mail_view (2.0.4)
tilt
mandrill-rails (1.3.1)
mandrill-rails (1.4.1)
activesupport (>= 3.0.3)
method_source (0.8.2)
mime-types (2.99)
mimemagic (0.3.0)
mini_portile2 (2.0.0)
minitest (5.8.3)
minitest (5.8.4)
multi_json (1.11.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
nenv (0.2.0)
newrelic_rpm (3.14.0.305)
newrelic_rpm (3.14.1.311)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
notiffany (0.0.8)
Expand All @@ -269,13 +272,13 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
omniauth (1.2.2)
omniauth (1.3.1)
hashie (>= 1.2, < 4)
rack (~> 1.0)
rack (>= 1.0, < 3)
omniauth-oauth2 (1.3.1)
oauth2 (~> 1.0)
omniauth (~> 1.2)
paper_trail (4.0.0)
paper_trail (4.0.2)
activerecord (>= 3.0, < 6.0)
activesupport (>= 3.0, < 6.0)
request_store (~> 1.1)
Expand Down Expand Up @@ -303,7 +306,7 @@ GEM
cliver (~> 0.3.1)
multi_json (~> 1.0)
websocket-driver (>= 0.2.0)
polyamorous (1.2.0)
polyamorous (1.3.0)
activerecord (>= 3.0)
pry (0.10.3)
coderay (~> 1.1.0)
Expand All @@ -315,7 +318,7 @@ GEM
pry-rails (0.3.4)
pry (>= 0.9.10)
puma (2.15.3)
pundit (1.0.1)
pundit (1.1.0)
activesupport (>= 3.0.0)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
Expand All @@ -326,7 +329,7 @@ GEM
rack_session_access (0.1.1)
builder (>= 2.0.0)
rack (>= 1.0.0)
railroady (1.4.1)
railroady (1.4.2)
rails (4.2.5)
actionmailer (= 4.2.5)
actionpack (= 4.2.5)
Expand Down Expand Up @@ -356,21 +359,21 @@ GEM
activesupport (= 4.2.5)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.4.2)
rake (10.5.0)
ransack (1.7.0)
actionpack (>= 3.0)
activerecord (>= 3.0)
activesupport (>= 3.0)
i18n
polyamorous (~> 1.2)
rb-fsevent (0.9.6)
rb-fsevent (0.9.7)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
redcarpet (3.3.3)
request_store (1.2.1)
responders (2.1.0)
railties (>= 4.2.0, < 5)
roadie (3.1.0)
redcarpet (3.3.4)
request_store (1.3.0)
responders (2.1.1)
railties (>= 4.2.0, < 5.1)
roadie (3.1.1)
css_parser (~> 1.3.4)
nokogiri (>= 1.5.0, < 1.7.0)
roadie-rails (1.1.0)
Expand All @@ -385,7 +388,7 @@ GEM
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-mocks (3.4.0)
rspec-mocks (3.4.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-rails (3.4.0)
Expand All @@ -401,19 +404,19 @@ GEM
builder (< 4)
rspec-core (>= 2, < 4, != 2.12.0)
safe_yaml (1.0.4)
sass (3.4.19)
sass (3.4.21)
sass-rails (5.0.4)
railties (>= 4.0.0, < 5.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
shellany (0.0.1)
shoulda-matchers (3.0.1)
shoulda-matchers (3.1.0)
activesupport (>= 4.0.0)
simple_form (3.2.0)
actionpack (~> 4.0)
activemodel (~> 4.0)
simple_form (3.2.1)
actionpack (> 4, < 5.1)
activemodel (> 4, < 5.1)
simple_form_object (0.0.8)
activemodel (~> 4.0)
activesupport (~> 4.0)
Expand All @@ -426,18 +429,19 @@ GEM
addressable (>= 2.3.3, < 3.0)
capybara (>= 2.1, < 3.0)
slop (3.6.0)
spring (1.4.4)
spring (1.6.2)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
sprockets (3.4.0)
sprockets (3.5.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sprockets-rails (3.0.0)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.1)
tilt (2.0.2)
timecop (0.8.0)
turbolinks (2.5.3)
coffee-rails
Expand All @@ -449,7 +453,7 @@ GEM
uniform_notifier (1.9.0)
validates_email_format_of (1.6.3)
i18n
webmock (1.22.3)
webmock (1.22.6)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
Expand Down

0 comments on commit 0718702

Please sign in to comment.