Skip to content

Commit 94954f9

Browse files
committed
Updated lessons gem.
After 1.1, it adds its images into assets. Rock.
1 parent 9f63fa8 commit 94954f9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'http://rubygems.org'
33
gem 'rails', '3.1.0'
44
gem 'json'
55

6-
gem 'hackety_hack-lessons', :require => 'hackety_hack/lessons'
6+
gem 'hackety_hack-lessons', '~> 1.1', :require => 'hackety_hack/lessons'
77

88
gem 'haml-rails'
99
gem 'jquery-rails'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ GEM
9494
ffi (1.0.11)
9595
gherkin (2.7.2)
9696
json (>= 1.4.6)
97-
hackety_hack-lessons (1.0.3)
97+
hackety_hack-lessons (1.1.0)
9898
metadown
9999
haml (3.1.4)
100100
haml-rails (0.3.4)
@@ -247,7 +247,7 @@ DEPENDENCIES
247247
devise (>= 1.2)
248248
fabrication
249249
faker
250-
hackety_hack-lessons
250+
hackety_hack-lessons (~> 1.1)
251251
haml-rails
252252
inherited_resources
253253
jnunemaker-validatable (>= 1.8.4)

0 commit comments

Comments
 (0)