Skip to content
Open
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
27 changes: 16 additions & 11 deletions _ALLREPOS/impulsideas/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GEM
activerecord (>= 2.3.0)
rake (>= 0.8.7)
arel (4.0.2)
bcrypt (3.1.7)
bcrypt (3.1.18)
builder (3.1.4)
capybara (2.4.1)
mime-types (>= 1.16)
Expand All @@ -56,14 +56,16 @@ GEM
execjs
coffee-script-source (1.7.0)
commonjs (0.2.7)
concurrent-ruby (1.1.9)
crack (0.4.2)
safe_yaml (~> 1.0.0)
daemon_controller (1.2.0)
daemons (1.1.9)
devise (3.2.4)
devise (3.5.10)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
responders
thread_safe (~> 0.1)
warden (~> 1.2.3)
diff-lcs (1.2.5)
Expand Down Expand Up @@ -122,7 +124,8 @@ GEM
hike (1.2.3)
htmlentities (4.3.2)
httpauth (0.2.1)
i18n (0.6.9)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
inflecto (0.0.2)
ipaddress (0.8.0)
jbuilder (1.5.3)
Expand Down Expand Up @@ -161,7 +164,7 @@ GEM
subexec (~> 0.2.1)
mini_portile (0.6.0)
minitest (4.7.5)
multi_json (1.10.1)
multi_json (1.15.0)
multipart-post (2.0.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
Expand Down Expand Up @@ -204,9 +207,9 @@ GEM
slop (~> 3.4)
quiet_assets (1.0.3)
railties (>= 3.1, < 5.0)
rack (1.5.2)
rack (1.5.5)
rack-cors (0.2.9)
rack-test (0.6.2)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.0.8)
actionmailer (= 4.0.8)
Expand All @@ -226,7 +229,7 @@ GEM
activesupport (= 4.0.8)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.3.2)
rake (12.3.3)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
Expand All @@ -237,6 +240,8 @@ GEM
mime-types
orm_adapter
ref (1.0.5)
responders (1.1.2)
railties (>= 3.2, < 4.2)
rspec (2.99.0)
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
Expand Down Expand Up @@ -296,16 +301,16 @@ GEM
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
rack (>= 1.0.0)
thor (0.19.1)
thread_safe (0.3.4)
thor (1.2.1)
thread_safe (0.3.6)
tilt (1.4.1)
timers (1.1.0)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turbolinks (2.2.2)
coffee-rails
tzinfo (0.3.39)
tzinfo (0.3.61)
uglifier (2.5.1)
execjs (>= 0.3.0)
json (>= 1.8.0)
Expand All @@ -315,7 +320,7 @@ GEM
addressable
htmlentities
multi_json
warden (1.2.3)
warden (1.2.7)
rack (>= 1.0)
webmock (1.18.0)
addressable (>= 2.3.6)
Expand Down