Markerb got a release so we can get rid of another gem pulled from git \o/
This commit is contained in:
parent
ed2258a294
commit
aadbd95215
2 changed files with 4 additions and 9 deletions
2
Gemfile
2
Gemfile
|
|
@ -34,7 +34,7 @@ gem 'twitter', '4.4.4'
|
||||||
|
|
||||||
# mail
|
# mail
|
||||||
|
|
||||||
gem 'markerb', :git => 'https://github.com/plataformatec/markerb.git'
|
gem 'markerb', '1.0.1'
|
||||||
gem 'messagebus_ruby_api', '1.0.3'
|
gem 'messagebus_ruby_api', '1.0.3'
|
||||||
|
|
||||||
group :production do # we don't install these on travis to speed up test runs
|
group :production do # we don't install these on travis to speed up test runs
|
||||||
|
|
|
||||||
11
Gemfile.lock
11
Gemfile.lock
|
|
@ -7,13 +7,6 @@ GIT
|
||||||
activesupport (>= 2.3.0)
|
activesupport (>= 2.3.0)
|
||||||
nokogiri (>= 1.3.3)
|
nokogiri (>= 1.3.3)
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: https://github.com/plataformatec/markerb.git
|
|
||||||
revision: 93b1e8bea9b8fa89ef930f78ba562f596c022198
|
|
||||||
specs:
|
|
||||||
markerb (1.0.0)
|
|
||||||
redcarpet (>= 2.0)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
|
@ -214,6 +207,8 @@ GEM
|
||||||
i18n (>= 0.4.0)
|
i18n (>= 0.4.0)
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
treetop (~> 1.4.8)
|
treetop (~> 1.4.8)
|
||||||
|
markerb (1.0.1)
|
||||||
|
redcarpet (>= 2.0)
|
||||||
messagebus_ruby_api (1.0.3)
|
messagebus_ruby_api (1.0.3)
|
||||||
method_source (0.8.1)
|
method_source (0.8.1)
|
||||||
mime-types (1.19)
|
mime-types (1.19)
|
||||||
|
|
@ -449,7 +444,7 @@ DEPENDENCIES
|
||||||
jasmine (= 1.3.1)
|
jasmine (= 1.3.1)
|
||||||
jquery-rails (= 2.1.4)
|
jquery-rails (= 2.1.4)
|
||||||
json (= 1.7.5)
|
json (= 1.7.5)
|
||||||
markerb!
|
markerb (= 1.0.1)
|
||||||
messagebus_ruby_api (= 1.0.3)
|
messagebus_ruby_api (= 1.0.3)
|
||||||
mini_magick (= 3.4)
|
mini_magick (= 3.4)
|
||||||
mobile-fu (= 1.1.1)
|
mobile-fu (= 1.1.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue